Re: Pi Benchmark Game
- Posted by _tom (admin) Aug 23, 2018
- 1927 views
Pirx said...
To use LuaJIT you need to install it separately and call "luajit" instead of "lua". Sorry, but your numbers don't make any sense. LuaJIT slower than interpreted OE and interpreted Phix? Not possible.
I do not have any Lua installation, only LuaJIT.
For the 32bit atom, Bodhi Linux:
$ luajit LuaJIT 2.0.5 -- Copyright (C) 2005-2017 Mike Pall. http://luajit.org/ JIT: ON CMOV SSE2 SSE3 ATOM fold cse dce fwd dse narrow loop abc sink fuse >
For the 64bit i5, Mint Linux:
$ luajit LuaJIT 2.0.5 --Copyright (C) 2005-2017 Mike Pall. http://luajit.org/ JIT: ON CMOV SSE2 SSE3 SSE4.1 fold cse dce fwd dse narrow loop abc sink fuse >
Where do I look next?
_tom