You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: