aboutsummaryrefslogtreecommitdiff
path: root/src/lj_obj.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Add support for full-range 64 bit lightuserdata.Mike Pall2020-09-301-20/+37
* | Redesign and harden string interning.Mike Pall2020-06-231-11/+26
* | Use a securely seeded global PRNG for the VM.Mike Pall2020-06-151-0/+1
* | Improve assertions.Mike Pall2020-06-151-9/+22
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Fix interaction between profiler hooks and finalizers.Mike Pall2019-12-081-1/+2
* | Merge branch 'master' into v2.1Mike Pall2018-05-201-5/+13
|\|
| * FFI: Make FP to U64 conversions match JIT backend behavior.Mike Pall2018-05-201-5/+13
* | MIPS64: Add soft-float support to JIT compiler backend.Mike Pall2017-06-071-0/+3
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers.Mike Pall2016-04-241-2/+6
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Fix MSVC build.Mike Pall2015-01-051-3/+8
* | Add LJ_GC64 mode: 64 bit GC object references.Mike Pall2015-01-031-7/+104
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-2/+16
* | Cleanup of TValue setters. No functional changes.Mike Pall2014-12-201-4/+8
* | Cleanup of memory vs. GC sizes. No functional changes.Mike Pall2014-12-201-5/+6
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-10-141-1/+1
|\|
| * FFI: Rehash finalizer table after GC cycle, if needed.Mike Pall2013-10-141-1/+1
* | Add low-overhead profiler. Part 1: interpreter, low-level C API.Mike Pall2013-09-021-0/+1
* | Save currently executing lua_State in g->cur_L.Mike Pall2013-08-301-1/+1
* | Use g->jit_base for on/off-trace detection.Mike Pall2013-08-261-2/+2
* | Refactor raw object to pointer or string conversions.Mike Pall2013-05-131-1/+2
* | ARM: Rearrange global_State to satisfy imm12 encoding constraints.Mike Pall2013-03-131-2/+2
* | String buffer refactoring, part 4.Mike Pall2013-02-281-1/+2
* | String buffer refactoring, part 2.Mike Pall2013-02-271-3/+3
* | String buffer refactoring, part 1.Mike Pall2013-02-271-1/+1
* | Remove obsolete non-truncating number to integer conversions.Mike Pall2013-02-231-4/+0
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Use 0/1 macro for Lua 5.2 compatibility.Mike Pall2012-09-121-1/+1
* FFI: Handle __pairs/__ipairs metamethods for cdata objects.Mike Pall2012-09-031-4/+6
* Turn loads from immutable upvalues into constants.Mike Pall2012-07-201-1/+5
* Avoid compiler warnings about redefined C++ keywords.Mike Pall2012-07-091-1/+1
* Avoid pesky compiler warnings about C++ keywords (eh?).Mike Pall2012-07-031-1/+1
* FFI: Check for __new metamethod when calling a constructor.Mike Pall2012-06-201-1/+7
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* Specialize to prototype for non-monomorphic functions.Mike Pall2011-11-201-0/+3
* From Lua 5.2: __len for tables. Needs -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2011-06-201-3/+3
* Add support for bytecode loading/saving.Mike Pall2011-06-131-5/+5
* Cleanup prototype flags.Mike Pall2011-06-091-6/+9
* Flatten and compress in-memory debug info (saves ~70%).Mike Pall2011-06-091-19/+10