There are a couple attempts made by other people to get this implemented: - https://github.com/fsfod/LuaJIT/commits/gcarena - https://github.com/corsix/LuaJIT/commits/newgc I'm not sure what the status is on either,…
I think the main problem here is that there are several semantic differences between 5.3's and LuaJIT's integers which would make this a bit dodgy; eg. rounding behavior and mixed float-integer arithmetic are different.…
There are a couple attempts made by other people to get this implemented: - https://github.com/fsfod/LuaJIT/commits/gcarena - https://github.com/corsix/LuaJIT/commits/newgc I'm not sure what the status is on either,…
I think the main problem here is that there are several semantic differences between 5.3's and LuaJIT's integers which would make this a bit dodgy; eg. rounding behavior and mixed float-integer arithmetic are different.…