Hacker News new | ask | show | jobs
by benibela 1952 days ago
Well, then it is good, I did not make a JIT (only XPath AST, not even bytecode)

Although I have been thinking about making a JIT. Building on for x86 is easy enough, but then it is useless for ARM. I would not want to build two JITs. Or four with 32/64-bits.

1 comments

If you needed Jit for JavaScript there is nothing on iOS stopping you from using JavascriptCore.