DescriptionFirst steps towards better code generation for LBranch:
* AST Expression nodes get a separate testing ID to record type info in
ToBooleanStub later. This is necessary to avoid clashes with other uses of
already existing IDs.
* In order to avoid threading the condition expression through tons of places,
TestContexts carry it now with them. Note that we will probably only need the
testing ID of the expression, but having the whole thing at hand makes
debugging easier. Probably we will change this later...
Committed: http://code.google.com/p/v8/source/detail?r=8274
Patch Set 1 #
Total comments: 8
Patch Set 2 : '' #
Messages
Total messages: 4 (0 generated)
|