[Webkit-unassigned] [Bug 20760] Implement support for x86 Linux in CTI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 11 17:10:38 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20760





------- Comment #18 from mrowe at apple.com  2008-09-11 17:10 PDT -------
The volatile trick doesn't help.  GCC on Linux is doing some weirdness where it
appears to be copying "args" on the stack, then addressing relative to the
copy.  I think for now we should stick with using emitRestoreArgumentReference
on Linux, get this cleaned up and checked in, then someone can find some way to
remove the need for the emitRestoreArgumentReference hack at a later date.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list