Since Macs use Intel processors now and since Mike's JIT compiler
generates Intel opcodes, it seems natural to use it on Macs. It would
simply need to determine if the Mac was, indeed running an Intel
processor and generate code if so and skip it if not.
Has anyone else brought it up? Are there any plans for it???
Umm, quoting the LuaJIT 1.1.0 announcement on the mailing list:
| It supports many popular x86 based operating systems: Linux, *BSD,
| Mac OS X on Intel, Solaris x86 and Windows (MSVC or MinGW).