[Webkit-unassigned] [Bug 40231] Add native call support for ARM and Thumb-2 JIT with JSValue32

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 02:04:08 PDT 2010


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





--- Comment #6 from Gabor Loki <loki at webkit.org>  2010-06-22 02:04:08 PST ---
>  +      restoreReturnAddressBeforeReturn(regT3);
> This implies that the link register is caller save. Is it? I thought it was callee save.

The link register (r14) is caller-save.
The callee-save registers are: r4-r11.

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



More information about the webkit-unassigned mailing list