Please review new patch set. This fixes the case when the stub moves during gc
from called native function

I create an additional slot for the stack in the exit frame and point it to the
stack address just before the call to native function. The lr to be patched
(pushed by the called native function) will be at sp-1. I use the marker to
differentiate this case from existing scenarios (CEntryStub) so existing Exit
Frames are not affected.

http://codereview.chromium.org/6170001/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to