lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Since I work at Apple now, this issue is near and dear to me. 

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

--
~Chris
----------