Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Luajit is not working with your build. http://luajit.org/ #210

Open
joeatbayes opened this issue Dec 4, 2014 · 0 comments
Open

Luajit is not working with your build. http://luajit.org/ #210

joeatbayes opened this issue Dec 4, 2014 · 0 comments

Comments

@joeatbayes
Copy link

There is no luajit.exe in your build. I tested your base lua.exe with our code test which happens to run 26 times faster when the jit is available so it is easy to see when JIT is not enabled. I am referencing the version http://luajit.org/ which built easily on windows using cygwin. Unfortunately it does not include the socket library which I also require.

When I tried to require \lua152\share\zerobranestudio\api\lua\luajit2.lua I initially got an error during the require. After copying things around I got rid of the error message but it was still not enabling the jit after requiring it.

What is the magic for enabling the jit when using your build?. My tests with it have always ran it via luajit.exe which your distribution is missing.

When using the luajit lua is just barely fast enough for our application. Without the jit with working sockets it will be too slow and I may be forced back to java.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant