DescriptionFixes bug in the top-level compiler with the write barrier for assignments to context slots:
The test for a SMI before the write barrier tested the wrong register:
r0 = target context address
r1 = value to be written
This change fixes the SMI test and tests r1 instead of r0.
Committed: http://code.google.com/p/v8/source/detail?r=3299
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|