DescriptionFix zone usage within LAllocator.
Previously all allocations in the register allocator were done on the
chunk (and graph) zone, even those that did not need to survive past
the register allocation. Now only allocations that need to survive
use the chunk zone, all other allocations use a separate zone local
to the LAllocator.
Depends on https://codereview.chromium.org/18022002
R=danno@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=15372
Patch Set 1 #Patch Set 2 : Rebased on https://codereview.chromium.org/18022002 #
Messages
Total messages: 7 (0 generated)
|