[Webkit-unassigned] [Bug 84449] DFG JIT is not ARM EABI compatible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 20 07:36:51 PDT 2012


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





--- Comment #1 from Yong Li <yong.li.webkit at gmail.com>  2012-04-20 07:36:51 PST ---
Created an attachment (id=138093)
 --> (https://bugs.webkit.org/attachment.cgi?id=138093&action=review)
the ugly work around

EncodedJSValue is 64-bit integer for JSVALUE32_64. When being passed as argument, an EncodedJSValue is aligned to r0 or r2.

iOS may have its own EABI...

One solution may be splitting EncodedJSValue arguments into 32-bit integers for those DFG operation calls.

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