Chromium Code Reviews
DescriptionExperimental: improve the code generated for possibly boolean-valued
expressions.
Instead of branching to the true control target and jumping to the
false one, track which one is the preferred fall-through. Use this to
branch to the non-fall-through and bind the fall-through. This avoids
a jump to the next instruction or else a branch around a jump.
It becomes more difficult to tell if we have compiled an expression
into control flow or not.
Committed: http://code.google.com/p/v8/source/detail?r=1235
Patch Set 1 #Patch Set 2 : '' #
Messages
Total messages: 1 (0 generated)
|
|||||||||||||||||||||||||||||||||||||