| Commit message (Expand) | Author | Age | Files | Lines |
* | FFI: Fix cdata finalization. | Mike Pall | 2011-04-13 | 1 | -4/+6 |
* | Inline lj_gc_barrierback(). | Mike Pall | 2011-04-10 | 1 | -12/+0 |
* | FFI: Fix marking of ffi.gc() finalizer table. | Mike Pall | 2011-03-17 | 1 | -1/+1 |
* | Get rid of the remaining silly cast macros from Lua. | Mike Pall | 2011-03-10 | 1 | -7/+7 |
* | FFI: Add ffi.gc() function for finalization of cdata objects. | Mike Pall | 2011-02-28 | 1 | -28/+75 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | Turn lj_mem_newgco() into a fastcall. | Mike Pall | 2010-12-10 | 1 | -1/+1 |
* | FFI: Add C data handling and C type conversions. | Mike Pall | 2010-12-05 | 1 | -1/+8 |
* | FFI: Don't propagate cdata objects. | Mike Pall | 2010-11-26 | 1 | -1/+1 |
* | FFI: Add cdata object type. | Mike Pall | 2010-11-26 | 1 | -0/+1 |
* | Don't traverse inactive GCtrace objects. | Mike Pall | 2010-09-15 | 1 | -2/+2 |
* | Optimize BC_VARG: use RC for numparams. | Mike Pall | 2010-09-10 | 1 | -1/+1 |
* | Turn some lua_State fields into 32 bit pointers. | Mike Pall | 2010-09-09 | 1 | -6/+6 |
* | Switch to fast string hash. | Mike Pall | 2010-07-21 | 1 | -0/+1 |
* | Make metamethod names proper GC roots. | Mike Pall | 2010-04-25 | 1 | -1/+1 |
* | Simplify management of current trace. Drop lazy save. | Mike Pall | 2010-04-25 | 1 | -12/+11 |
* | Turn traces into true GC objects (GCtrace). | Mike Pall | 2010-04-25 | 1 | -23/+45 |
* | No longer let the GC replace dead keys with the LJ_TDEADKEY tag. | Mike Pall | 2010-04-21 | 1 | -7/+1 |
* | Simplify GC step calls from on-trace code. | Mike Pall | 2010-04-19 | 1 | -1/+3 |
* | Replace on-trace GC frame syncing with interpreter exit. | Mike Pall | 2010-04-19 | 1 | -30/+27 |
* | Reorder various structs to reduce padding (thanks to /usr/bin/pahole). | Mike Pall | 2010-03-15 | 1 | -4/+4 |
* | Fix error message generation for OOM error. | Mike Pall | 2010-02-28 | 1 | -2/+2 |
* | Conditionally compile functions that are unused with JIT disabled. | Mike Pall | 2010-02-28 | 1 | -0/+2 |
* | Switch to pre-initialized stacks. Drop frame clearing in interpreter. | Mike Pall | 2010-02-11 | 1 | -21/+12 |
* | Redesign of prototype generation, part 5: colocation of protoype arrays. | Mike Pall | 2010-02-08 | 1 | -9/+3 |
* | Redesign of prototype generation, part 4: late creation of prototype. | Mike Pall | 2010-02-08 | 1 | -2/+1 |
* | Redesign of prototype generation, part 1: varinfo and uvname. | Mike Pall | 2010-02-08 | 1 | -4/+2 |
* | 32/64 bit memory ref cleanup, part 4: GCproto ->varinfo. | Mike Pall | 2010-02-05 | 1 | -2/+2 |
* | 32/64 bit memory ref cleanup, part 3: GCproto ->lineinfo. | Mike Pall | 2010-02-05 | 1 | -1/+1 |
* | 32/64 bit memory ref cleanup, part 2: GCproto ->uvname and ->chunkname. | Mike Pall | 2010-02-05 | 1 | -5/+5 |
* | 32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k. | Mike Pall | 2010-02-05 | 1 | -1/+1 |
* | Add some sanity checks for allocator in 64 bit mode. | Mike Pall | 2010-01-18 | 1 | -0/+2 |
* | Avoid int16_t widening for pt->uv elements. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
* | Fix 32/64 bit portability issue with upval->v. | Mike Pall | 2010-01-09 | 1 | -6/+6 |
* | 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 | -1/+1 |
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 1 | -19/+17 |
* | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -2/+1 |
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+800 |