Hi, Does SFX support other cpu except x86-32 now, such as ARM, MIPS? If not, is there someone doing this? I am very interesting to port it on ARM, Could someone tell me how to start it? Thanks!
The port for ARM already exists. See http://lists.macosforge.org/pipermail/webkit-dev/2009-April/007253.html MIPS technologies have also ported it to MIPS very recently and the I think the code is being reviewed. See https://bugs.webkit.org/show_bug.cgi?id=30144 Alexandre On Tue, Oct 13, 2009 at 1:12 AM, Liu Yuanbing <yuanbing.liu@gmail.com>wrote:
Hi,
Does SFX support other cpu except x86-32 now, such as ARM, MIPS? If not, is there someone doing this? I am very interesting to port it on ARM, Could someone tell me how to start it?
Thanks!
_______________________________________________ squirrelfish-dev mailing list squirrelfish-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/squirrelfish-dev
JavaScriptCore's JIT supports x86_32, x86_64, ARM-* all of which can be seen in the source tree. I believe that there's also a MIPS port in progress. --Oliver On Oct 13, 2009, at 1:12 AM, Liu Yuanbing wrote:
Hi,
Does SFX support other cpu except x86-32 now, such as ARM, MIPS? If not, is there someone doing this? I am very interesting to port it on ARM, Could someone tell me how to start it?
Thanks! _______________________________________________ squirrelfish-dev mailing list squirrelfish-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/squirrelfish-dev
participants (3)
-
Alexandre Rames
-
Liu Yuanbing
-
Oliver Hunt