1 | static void luaCompile(bool on) {
|
2 | if (on) {
|
3 | org.luaj.vm2.luajc.LuaJC.install(); |
4 | fixContextClassLoader(); |
5 | } else |
6 | org.luaj.vm2.compiler.LuaC.install(); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1004702 |
| Snippet name: | luaCompile - switch on or off to-Java compilation for Lua code |
| Eternal ID of this version: | #1004702/1 |
| Text MD5: | 63ae302ee5717e424f1cda6a8bb8a55a |
| Author: | stefan |
| Category: | javax / lua |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-08-27 15:15:12 |
| Source code size: | 173 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 780 / 764 |
| Referenced in: | [show references] |