Mike Pall [Tue, 8 Dec 2009 19:35:29 +0000 (20:35 +0100)]
Fast forward to sync public repo.
Compile math.sinh(), math.cosh(), math.tanh() and math.random().
Compile various io.*() functions.
Drive the GC forward on string allocations in the parser.
Improve KNUM fuse vs. load heuristics.
Add abstract C call handling to IR.
Mike Pall [Tue, 8 Dec 2009 18:52:28 +0000 (19:52 +0100)]
LuaJIT-2.0.0-beta2 hotfix #2
Fix lua_tocfunction().
Fix cutoff register in JMP bytecode for some conditional expressions.
Fix PHI marking algorithm for references from variant slots.