* Makefile: attempting to coalesce the mingw stuff with bsd make. |
|
More...
|
over 16 years ago
|
* Makefile: mingw.o not mingw.c. |
|
More...
|
over 16 years ago
|
* Makefile: mingw.o not mingw.c. |
|
More...
|
over 16 years ago
|
* core: getting jit codes in play on mingw. |
|
More...
|
over 16 years ago
|
* core: getting jit codes in play on mingw. |
|
More...
|
over 16 years ago
|
* Makefile: turn ssp back on now that mmap function pointers are working. |
|
More...
|
over 16 years ago
|
* Makefile: turn ssp back on now that mmap function pointers are working. |
|
More...
|
over 16 years ago
|
* core: bug in X86_CALL on 64-bit. |
|
More...
|
over 16 years ago
|
* core: bug in X86_CALL on 64-bit. |
|
More...
|
over 16 years ago
|
* core: working on nested jit protos, operator support in the parser, fixed OP_MULT. |
|
More...
|
over 16 years ago
|
* core: working on nested jit protos, operator support in the parser, fixed OP_MULT. |
|
More...
|
over 16 years ago
|
* core: jit for locals, move, bug in RBP(). |
|
More...
|
over 16 years ago
|
* core: jit for locals, move, bug in RBP(). |
|
More...
|
over 16 years ago
|
* core: jit code casts to 32-bit for math. |
|
More...
|
over 16 years ago
|
* core: jit code casts to 32-bit for math. |
|
More...
|
over 16 years ago
|
* core: lovely idea from a very, very simple jit that builds an x86 function pointer. |
|
More...
|
over 16 years ago
|
* core: lovely idea from a very, very simple jit that builds an x86 function pointer. |
|
More...
|
over 16 years ago
|
* core: trying to optimize tuple and math operations. |
|
More...
|
over 16 years ago
|
* core: trying to optimize tuple and math operations. |
|
More...
|
over 16 years ago
|
* core: cutting down on amount of table allocations for the moment. upvals are pointers now. |
|
More...
|
over 16 years ago
|
* core: cutting down on amount of table allocations for the moment. upvals are pointers now. |
|
More...
|
over 16 years ago
|
* core: some basic if/else, no automatic returns on blocks and jmp fixes. |
|
More...
|
over 16 years ago
|
* core: some basic if/else, no automatic returns on blocks and jmp fixes. |
|
More...
|
over 16 years ago
|
* core: many upvals are now working, passing closures around. |
|
More...
|
over 16 years ago
|
* core: many upvals are now working, passing closures around. |
|
More...
|
over 16 years ago
|
* core: splat the if args. |
|
More...
|
over 16 years ago
|
* core: splat the if args. |
|
More...
|
over 16 years ago
|
* core: working on optimized if/else calls. |
|
More...
|
over 16 years ago
|
* core: working on optimized if/else calls. |
|
More...
|
over 16 years ago
|
* core: the vm is no longer recursive, but forced tail recursive like the lua vm. |
|
More...
|
over 16 years ago
|