• mstarzinger's avatar
    [turbofan] Use inline allocation for closures. · 43c7c76f
    mstarzinger authored
    This changes closure creation to lower to inline allocations when
    possible instead of going through the FastNewClosureStub. It allows us
    to leverage all advantages of inline allocations on closures. Note that
    it is only safe to embed the raw entry point of the compile lazy stub
    into the code, because that stub is immortal and immovable.
    
    R=mvstanton@chromium.org
    
    Review URL: https://codereview.chromium.org/1573153002
    
    Cr-Commit-Position: refs/heads/master@{#35499}
    43c7c76f
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
fuzzer 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...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
ignition.gyp Loading commit data...
ignition.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...