If MIPS isn't detected though, JavaScriptCore will not enable JIT. You can see how it is detected in Source/WTF/wtf/Platform.h. It appears to depend on something called O32 ABI. I hope that helps you. `Allan