Skip to content
  • Bob Wilson's avatar
    Refactor target hook for tail duplication as requested by Chris. · d4d40670
    Bob Wilson authored
    Make tail duplication of indirect branches much more aggressive (for targets
    that indicate that it is profitable), based on further experience with
    this transformation.  I compiled 3 large applications with and without
    this more aggressive tail duplication and measured minimal changes in code
    size.  ("size" on Darwin seems to round the text size up to the nearest
    page boundary, so I can only say that any code size increase was less than
    one 4k page.) Radar 7421267.
    
    llvm-svn: 89814
    d4d40670
Loading