lua-users home
lua-l archive

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



Mike,

On the 64-bit Atom being rare: not really, the desktop models have been 64-bit capable from day one (230, 330) and the newer netbook models (e.g. N550) run 64-bit code too.

Ge'


On Thu, 3 Mar 2011, Mike Pall wrote:
After much head scratching I realized you've apparently got an
Intel Atom. So far so good -- LuaJIT detects this and generates
specially tuned machine code for it.

But you're running it in 64 bit mode -- that's kind of unusual
because only very few Atoms have that capability and even fewer
are shipped with a 64 bit OS. I.e. this combination has probably
never been tested before!

I've just committed a fix to git HEAD. Thank you for the report!

--Mike