• rmcilroy's avatar
    [compiler] Collect eager inner functions for compilation during renumbering. · a3052cfe
    rmcilroy authored
    This CL modifies the ast-numbering phase to collect function literals which
    should be compiled eagerly. This is then used to eagerly compile the inner
    functions before compiling the outer function. This will be used to queue
    compilation jobs on the CompilerDispatcher in a later CL.
    
    This CL moves the compilation of eager inner functions out of the
    GetSharedFunctionInfo function and instead compiles them explicitly. This
    simplifies GetSharedFunctionInfo and also means there is no need to pass a
    LazyCompilationMode to the function, so this concept has been removed.
    
    BUG=v8:5203,v8:5215
    
    Review-Url: https://codereview.chromium.org/2618553004
    Cr-Commit-Position: refs/heads/master@{#42221}
    a3052cfe
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...