| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix userdata __gc separations at state close. | Mike Pall | 2012-06-10 | 1 | -2/+2 |
* | Limit number of userdata __gc separations at state close. | Mike Pall | 2012-04-11 | 1 | -1/+3 |
* | Ensure running __gc of userdata created in __gc at state close. | Mike Pall | 2012-04-11 | 1 | -2/+7 |
* | FFI: Finalize cdata before userdata when closing the state. | Mike Pall | 2012-03-05 | 1 | -1/+1 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | No need for L argument to lj_str_initbuf(). | Mike Pall | 2011-06-12 | 1 | -1/+1 |
* | Get rid of the remaining silly cast macros from Lua. | Mike Pall | 2011-03-10 | 1 | -1/+1 |
* | FFI: Add ffi.gc() function for finalization of cdata objects. | Mike Pall | 2011-02-28 | 1 | -1/+2 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | FFI: Add C type management. | Mike Pall | 2010-12-05 | 1 | -2/+5 |
* | Release all memory when using the builtin allocator. | Mike Pall | 2010-09-13 | 1 | -16/+11 |
* | Turn some lua_State fields into 32 bit pointers. | Mike Pall | 2010-09-09 | 1 | -16/+18 |
* | Switch to fast string hash. | Mike Pall | 2010-07-21 | 1 | -0/+2 |
* | Move free node pos to t->node[0].freetop. Saves 4 bytes in GCtab. | Mike Pall | 2010-03-22 | 1 | -0/+1 |
* | Reorder various structs to reduce padding (thanks to /usr/bin/pahole). | Mike Pall | 2010-03-15 | 1 | -1/+1 |
* | Resize stack up to the true limit. | Mike Pall | 2010-03-01 | 1 | -2/+11 |
* | Conditionally compile functions that are unused with JIT disabled. | Mike Pall | 2010-02-28 | 1 | -0/+2 |
* | Correctly align and free allocated machine code areas. | Mike Pall | 2010-02-27 | 1 | -1/+4 |
* | Place dynamically generated code near static code on x64. | Mike Pall | 2010-02-26 | 1 | -0/+1 |
* | Move SIMD constants to jit_State to keep them in the low 4GB. | Mike Pall | 2010-02-24 | 1 | -0/+1 |
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -8/+6 |
* | Move dispatch tables out of GG_State struct. | Mike Pall | 2010-02-11 | 1 | -4/+6 |
* | Switch to pre-initialized stacks. Drop frame clearing in interpreter. | Mike Pall | 2010-02-11 | 1 | -16/+17 |
* | Force error if lua_newstate() is used in 64 bit mode. | Mike Pall | 2010-01-24 | 1 | -0/+4 |
* | Add some sanity checks for allocator in 64 bit mode. | Mike Pall | 2010-01-18 | 1 | -1/+1 |
* | Fix 32/64 bit portability issue with upval->v. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
* | Fix alloc/free sizes of internal GCRef arrays. | Mike Pall | 2009-12-29 | 1 | -1/+1 |
* | Use fastcall for remaining 1-arg/2-arg calls from interpreter. | Mike Pall | 2009-12-27 | 1 | -2/+2 |
* | Adapt primary inbound calls in x64 interpreter. | Mike Pall | 2009-12-17 | 1 | -2/+2 |
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+255 |