Chromium Code Reviews
DescriptionDo not push a redundant value context in crankshaft.
When visiting AND/OR nodes in a value context during Hydrogren graph generation,
there is no need to push a new value context, the full code generator doesn't do
it, either. While technically it doesn't hurt to do so, this change makes the
context stacks for the full code generator and crankshaft more similar, which
helps comparing the dynamic behaviour of these generators tremendously.
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||