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
Note that there are also eg. the "jit.v", "jit.dump" and "jit.p" modules (you'll need to disable mod security).
Dumping the compiler output can be useful to avoid not-yet-implementeds (NYIs, http://wiki.luajit.org/NYI) and to see what your code results in.
Dumping can also be done in the web: https://luajit.me/
As well as other profiling methods (LuaJIT, simply wrapping in
get_us_time
etc)The text was updated successfully, but these errors were encountered: