-
-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LuaJIT intergration with Sol2 #61
Comments
That module is built into LuaJIT. If it's not showing up, you're not linking the right library / including the right headers. It's supposed to be immediately available whenever you open a luaL_newstate with luajit, or so the documentation says: "The functions in this built-in module..." |
Aww, crap. So I went through the JIT sources just to make sure, and as it turns out you need to specificall |
Yes, it was that, after your first replay, i checked again and found this function. |
Nice, thanks and good job <3 |
It's here now. Happy coding. |
Hi, i'm trying to use LuaJit intead of the standard lua,
I did compile the LuaJit and I used the lua51.lib generated from it on sol2.
But when I try to get: "jit.version" inside a script, doesn't work.
can anyone help-me?
I need a way to check if LuaJit is being used.
OBS: I did with the dll instead of static lib, but the same occurs.
The text was updated successfully, but these errors were encountered: