DescriptionFix bug with input representation of HValueOf.
The class did not correctly implement the RequiredInputRepresentation.
I changed this functions to be abstract so that all hydrogen classes
must implement it.
As a convention instructions with zero input operands return None as input
representation.
Instructions that can handle all input representations without converting before
also have None as required input representation (e.g. HTest)
All other instructions need a proper required input representation.
Committed: http://code.google.com/p/v8/source/detail?r=6891
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|