aboutsummaryrefslogtreecommitdiff
path: root/src/lj_gc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | Use a growable, per-chunk variable stack. Collect varinfo/uvname for prototype at the end.
* 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
| | | | Simplifies conversion to x64 calling conventions.
* Fast forward to sync public repo.Mike Pall2009-12-081-19/+17
| | | | | | | | 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.
* 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