silenus-dionysus
silenus-dionysus
What do these efuns do? Can they name clash with global variables? I think the names of the efuns are also a bit too generic.
Is it possible to see the lpc code?
This seems close to what TMI-2 does with set() query() where they have a global properties mapping except the mapping is passed in as a parameter. I guess "performance" is...
I just used google translate chinese english
I actually don't think this is too big of a change. It is just effectively a lot of small changes littered across multiple locations. Basically the svalue_t fields need to...
The typeOf change could be handled with find and sed. Some of the type checking could in fact be removed and put into methods instead of testing the type tag...
Well this is sort of a follow up on the closed #379. The plan here is to change the svalue_t struct into something more classlike with a DSL that makes...
If you go that route you still have to rewrite the vm rather than the backend portion of the compiler. The rest I am not familiar enough with LUA to...
Another alternative is to use LLVM. I think in someways if it can be made to work LLVM is better since you get a lot of compiler passes for free.
No I am not talking about the front-end. I am talking about the IL (intermediate language) and compiler transformations that can be placed in front of the LLVM JIT.