• 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
..
base Loading commit data...
compiler Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
wasm Loading commit data...
DEPS Loading commit data...
atomic-utils-unittest.cc Loading commit data...
cancelable-tasks-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
locked-queue-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...