aboutsummaryrefslogtreecommitdiff
path: root/src/lj_gc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2025-01-131-1/+1
|
* Bump copyright date.Mike Pall2023-08-201-1/+1
|
* Bump copyright date.Mike Pall2022-01-151-1/+1
|
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
|
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
|
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Move a GC macro.Mike Pall2012-10-021-0/+1
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* FFI: Fix __gc for VLA/VLS cdata objects.Mike Pall2011-05-231-0/+2
|
* Inline lj_gc_barrierback().Mike Pall2011-04-101-2/+13
|
* FFI: Add ffi.gc() function for finalization of cdata objects.Mike Pall2011-02-281-1/+7
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Turn lj_mem_newgco() into a fastcall.Mike Pall2010-12-101-1/+1
|
* Turn traces into true GC objects (GCtrace).Mike Pall2010-04-251-1/+1
|
* No longer let the GC replace dead keys with the LJ_TDEADKEY tag.Mike Pall2010-04-211-0/+2
| | | | | | | | 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).
* Simplify GC step calls from on-trace code.Mike Pall2010-04-191-1/+1
|
* Replace on-trace GC frame syncing with interpreter exit.Mike Pall2010-04-191-1/+1
| | | | | | | Need to sync GC objects to stack only during atomic GC phase. Need to setup a proper frame structure only for calling finalizers. Force an exit to the interpreter and let it handle the uncommon cases. Finally solves the "NYI: gcstep sync with frames" issue.
* Move colocated array part after GCtab (now properly aligned).Mike Pall2010-03-221-2/+6
|
* Conditionally compile functions that are unused with JIT disabled.Mike Pall2010-02-281-0/+4
|
* Switch to pre-initialized stacks. Drop frame clearing in interpreter.Mike Pall2010-02-111-1/+3
|
* 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-3/+3
| | | | | | | | 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-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+102