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
Copy file name to clipboardExpand all lines: luajit/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Included changes:
7
7
\-[+] Added block debug functionality for function to prevent someone from getting functions they shouldn't have.<br>
8
8
\-[+] Added read only table functionality to prevent someone from modifying a table while its being used by another thread<br>
9
9
\-[+] Exposed `luaopen_jit_profile` & `lua_index2adr` for HolyLib.<br>
10
-
\-[+] Implemented fix for FFI Sandwich/LUA VM re-entry through JIT trace (See https://github.com/LuaJIT/LuaJIT/pull/1165)<br>
10
+
\-[+] Implemented fix for FFI Sandwich/LUA VM re-entry through JIT trace (See https://github.com/LuaJIT/LuaJIT/pull/1165)<br>
11
+
\-[+] Experimentally implemented Sink optimization (See https://github.com/LuaJIT/LuaJIT/pull/652)<br>
11
12
\-[#] Made `cdata` return the type as `LUA_TUSERDATA` so that we can more easily allow FFI -> C calls without needing to hook 10 functions (& the TypeID also conflicted with gmod)<br>
12
13
\-[#] Improved `GMODLUA_GetUserType` to directly do it's stuff without using the Lua stack<br>
0 commit comments