[Webkit-unassigned] [Bug 30144] MIPS JIT Supports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 10:42:48 PDT 2009


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





--- Comment #7 from Chao-ying Fu <fu at mips.com>  2009-10-07 10:42:48 PDT ---
(In reply to comment #6)
> Is that patch only for mips32? Somehow you should prepare for the 64 bit
> systems as well to avoid a lot of changes in defines. (And drop a #error
> message now, if 64 bit mips is the target architecture)

The port is for 32-bit MIPS with O32 ABI.  If we compile for 64-bit MIPS, the
JIT will not be enabled in "Platform.h" due to different ABI.  We can work on
64-bit MIPS, after the 32-bit MIPS port is accepted.  Thanks!

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