summaryrefslogtreecommitdiff
path: root/src/lj_tab.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Bump table allocations retroactively if they grow later on.Mike Pall2015-05-191-3/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Add LJ_GC64 mode: 64 bit GC object references.Mike Pall2015-01-031-7/+25
| | | | | | | | Actually NaN tagging with 47 bit pointers and 13+4 bit tags.
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Add table.clear().Mike Pall2013-11-251-0/+11
| |
* | Merge branch 'master' into v2.1Mike Pall2013-10-141-0/+7
|\|
| * FFI: Rehash finalizer table after GC cycle, if needed.Mike Pall2013-10-141-0/+7
| |
* | Add table.new().Mike Pall2013-10-091-0/+6
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Fix despecialization of ITERN when already running.Mike Pall2012-09-121-0/+2
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Workaround to compile with Clang. Fix Clang warnings.Mike Pall2011-04-191-5/+5
|
* Get rid of the remaining silly cast macros from Lua.Mike Pall2011-03-101-3/+3
|
* DUALNUM: Add integer type to core VM.Mike Pall2011-02-171-9/+24
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Abstract out pointer hash to hashrot(). Tune hash constants.Mike Pall2010-07-211-12/+9
|
* Rechain pseudo-resurrected string keys with colliding hashes.Mike Pall2010-07-041-0/+12
|
* No longer let the GC replace dead keys with the LJ_TDEADKEY tag.Mike Pall2010-04-211-5/+3
| | | | | | | | Important: this changes the semantics of the write barrier! Carefully read the big comment block in lj_obj.h This helps HREFK key slot specialization and allows safely hoisting HREF/HREFK across GC steps, too (fix for a barely reproducible bug). Dead keys are only removed during a table resize (as before).
* Move colocated array part after GCtab (now properly aligned).Mike Pall2010-03-221-22/+10
|
* Move free node pos to t->node[0].freetop. Saves 4 bytes in GCtab.Mike Pall2010-03-221-53/+36
|
* Improve performance of HREF/HREFK on x64.Mike Pall2010-03-031-1/+1
|
* Conditionally compile functions that are unused with JIT disabled.Mike Pall2010-02-281-0/+2
|
* Fix undefined behavior in table resizing calculation.Mike Pall2010-01-211-1/+2
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-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-4/+12
| | | | | | | | 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/+2
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+618