This should just require injection into LuaJLuaMachine, after global declarations:
globals = ...
LuaJCWorking.install();
We will also need to ensure that the custom JavaBuilder is used instead.
The code currently exists in the Studio project. I don't really want to have an entire submodule for Studio. I think this is really the best way, and then symlink: ln -s ./Studio/src/main/java/org/luaj ./main/java/org/luaj.
From this issue: http://www.computercraft.info/forums2/index.php?/topic/21489-performance-increaseswitching-compiler/
This should just require injection into
LuaJLuaMachine
, after global declarations:We will also need to ensure that the custom JavaBuilder is used instead.
The code currently exists in the Studio project. I don't really want to have an entire submodule for Studio. I think this is really the best way, and then symlink:
ln -s ./Studio/src/main/java/org/luaj ./main/java/org/luaj
.