[webkit-reviews] review granted: [Bug 40231] Add native call support for ARM and Thumb-2 JIT with JSValue32 : [Attachment 58025] Add native call support for ARM and Thumb-2 JIT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 11:13:33 PDT 2010


Geoffrey Garen <ggaren at apple.com> has granted Gabor Loki <loki at webkit.org>'s
request for review:
Bug 40231: Add native call support for ARM and Thumb-2 JIT with JSValue32
https://bugs.webkit.org/show_bug.cgi?id=40231

Attachment 58025: Add native call support for ARM and Thumb-2 JIT
https://bugs.webkit.org/attachment.cgi?id=58025&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
JavaScriptCore/jit/JITOpcodes.cpp:226
 +	restoreReturnAddressBeforeReturn(regT3);
This implies that the link register is caller save. Is it? I thought it was
callee save.

r=me


More information about the webkit-reviews mailing list