DescriptionA register allocation bugfix.
The function that prepares a virtual frame slot for writing (in order
to preserve the copy-on-write semantics of aliased frame elements) can
allocate registers, which may spill one from the frame. If we're
unlucky, the spilled register can be the source register for the frame
element write. In that case, ensure we do the write from memory.
Committed: http://code.google.com/p/v8/source/detail?r=1904
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|