lua-users home
lua-l archive

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


Henk Boom wrote:
> I also dumped a core in case you find it useful, you can get it here:

Whee ... that turned out to be an interesting puzzle:

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