Chromium Code Reviews
DescriptionExperimental: more code generator changes.
1. Enable virtual frame/register allocator for for loops.
2. Spill all registers before the stack check code. We were always
spilled before simply due to it being the function entry. Now that
we handle for loops, that is not necessarily the case.
3. Label blocks first reached via JumpTarget::Bind with a 'mergable'
frame in case they are the later target of a backward CFG edge. We
didn't have non-spilled code at backward CFG edges before.
4. Avoid generating a branch to a jump for JumpTarget::Branch in the
case that there is no code necessary to make the expected frame
mergable.
5. Remove some overzealous spilling.
Committed: http://code.google.com/p/v8/source/detail?r=951
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||