[Webkit-unassigned] [Bug 24986] ARM JIT port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 3 21:46:16 PDT 2009


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





------- Comment #10 from zherczeg at inf.u-szeged.hu  2009-04-03 21:46 PDT -------
(In reply to comment #9)
> One small question: which ARM ABI does this code target ?

Which is used by gcc, its major version number is 2

r0-r3: temporary registers
  - parameter passing
  - r0-r1: return value
r4-r12: preserved or not used
r13: stack pointer
r14: link register

stack is aligned to 8 bytes

see
http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042c/IHI0042C_aapcs.pdf


-- 
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