DescriptionImprove handling of unary plus.
Simple strategy: Transform unary plus into multiplication by one directly in the
parser and remove it from the Hydrogen graph later. This gives correct type
feedback without any special stub for it.
BUG=v8:2527
Committed: http://code.google.com/p/v8/source/detail?r=14306
Patch Set 1 #Patch Set 2 : Simplified #Patch Set 3 : More simplifications #Patch Set 4 : Removed unary plus node handling #
Total comments: 1
Patch Set 5 : Whitespace #Patch Set 6 : Rebased #
Messages
Total messages: 4 (0 generated)
|