aboutsummaryrefslogtreecommitdiff
path: root/src/lj_gc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't traverse inactive GCtrace objects.Mike Pall2010-09-151-2/+2
* Optimize BC_VARG: use RC for numparams.Mike Pall2010-09-101-1/+1
* Turn some lua_State fields into 32 bit pointers.Mike Pall2010-09-091-6/+6
* Switch to fast string hash.Mike Pall2010-07-211-0/+1
* Make metamethod names proper GC roots.Mike Pall2010-04-251-1/+1
* Simplify management of current trace. Drop lazy save.Mike Pall2010-04-251-12/+11
* Turn traces into true GC objects (GCtrace).Mike Pall2010-04-251-23/+45
* No longer let the GC replace dead keys with the LJ_TDEADKEY tag.Mike Pall2010-04-211-7/+1
* Simplify GC step calls from on-trace code.Mike Pall2010-04-191-1/+3
* Replace on-trace GC frame syncing with interpreter exit.Mike Pall2010-04-191-30/+27
* Reorder various structs to reduce padding (thanks to /usr/bin/pahole).Mike Pall2010-03-151-4/+4
* Fix error message generation for OOM error.Mike Pall2010-02-281-2/+2
* Conditionally compile functions that are unused with JIT disabled.Mike Pall2010-02-281-0/+2
* Switch to pre-initialized stacks. Drop frame clearing in interpreter.Mike Pall2010-02-111-21/+12
* Redesign of prototype generation, part 5: colocation of protoype arrays.Mike Pall2010-02-081-9/+3
* Redesign of prototype generation, part 4: late creation of prototype.Mike Pall2010-02-081-2/+1
* Redesign of prototype generation, part 1: varinfo and uvname.Mike Pall2010-02-081-4/+2
* 32/64 bit memory ref cleanup, part 4: GCproto ->varinfo.Mike Pall2010-02-051-2/+2
* 32/64 bit memory ref cleanup, part 3: GCproto ->lineinfo.Mike Pall2010-02-051-1/+1
* 32/64 bit memory ref cleanup, part 2: GCproto ->uvname and ->chunkname.Mike Pall2010-02-051-5/+5
* 32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k.Mike Pall2010-02-051-1/+1
* Add some sanity checks for allocator in 64 bit mode.Mike Pall2010-01-181-0/+2
* Avoid int16_t widening for pt->uv elements.Mike Pall2010-01-091-1/+1
* Fix 32/64 bit portability issue with upval->v.Mike Pall2010-01-091-6/+6
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* Fix alloc/free sizes of internal GCRef arrays.Mike Pall2009-12-291-1/+1
* Use fastcall for remaining 1-arg/2-arg calls from interpreter.Mike Pall2009-12-271-1/+1
* Fast forward to sync public repo.Mike Pall2009-12-081-19/+17
* RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2Mike Pall2009-12-081-2/+1
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+800