• 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
..
DEPS Loading commit data...
OWNERS Loading commit data...
code-serializer.cc Loading commit data...
code-serializer.h Loading commit data...
deserializer.cc Loading commit data...
deserializer.h Loading commit data...
mksnapshot.cc Loading commit data...
natives-common.cc Loading commit data...
natives-external.cc Loading commit data...
natives.h Loading commit data...
partial-serializer.cc Loading commit data...
partial-serializer.h Loading commit data...
serializer-common.cc Loading commit data...
serializer-common.h Loading commit data...
serializer.cc Loading commit data...
serializer.h Loading commit data...
snapshot-common.cc Loading commit data...
snapshot-empty.cc Loading commit data...
snapshot-external.cc Loading commit data...
snapshot-source-sink.cc Loading commit data...
snapshot-source-sink.h Loading commit data...
snapshot.h Loading commit data...
startup-serializer.cc Loading commit data...
startup-serializer.h Loading commit data...