• hans's avatar
    Make some functions that are hit during renderer startup available for inlining · 777da354
    hans authored
    This is towards closing the perf gap between the MSVC build (which uses link-
    time optimization) and Clang (where LTO isn't ready on Windows yet). We did
    a study (see bug) to see which non-inlined functions are hit a lot during render
    start-up, and which would be inlined during LTO. This should benefit performance
    in all builds which currently don't use LTO (Android, Linux, Mac) as well as
    the Win/Clang build.
    
    The binary size of chrome_child.dll increases by 2KB with this.
    
    BUG=chromium:728324
    CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_compile_dbg_ng;master.tryserver.chromium.mac:mac_chromium_compile_dbg_ng
    
    Review-Url: https://codereview.chromium.org/2950993002
    Cr-Commit-Position: refs/heads/master@{#46229}
    777da354
Name
Last commit
Last update
..
OWNERS Loading commit data...
ast-expression-rewriter.cc Loading commit data...
ast-expression-rewriter.h Loading commit data...
ast-function-literal-id-reindexer.cc Loading commit data...
ast-function-literal-id-reindexer.h Loading commit data...
ast-numbering.cc Loading commit data...
ast-numbering.h Loading commit data...
ast-traversal-visitor.h Loading commit data...
ast-value-factory.cc Loading commit data...
ast-value-factory.h Loading commit data...
ast.cc Loading commit data...
ast.h Loading commit data...
compile-time-value.cc Loading commit data...
compile-time-value.h Loading commit data...
context-slot-cache.cc Loading commit data...
context-slot-cache.h Loading commit data...
modules.cc Loading commit data...
modules.h Loading commit data...
prettyprinter.cc Loading commit data...
prettyprinter.h Loading commit data...
scopes.cc Loading commit data...
scopes.h Loading commit data...
variables.cc Loading commit data...
variables.h Loading commit data...