index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_obj.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for __pairs and __ipairs metamethods (from Lua 5.2).
Mike Pall
2010-11-18
1
-1
/
+1
*
Cleanup architecture, ABI and OS definitions.
Mike Pall
2010-11-16
1
-1
/
+1
*
Turn some lua_State fields into 32 bit pointers.
Mike Pall
2010-09-09
1
-2
/
+2
*
Minor tweaks to integration of assembler part.
Mike Pall
2010-08-29
1
-1
/
+1
*
Switch to fast string hash.
Mike Pall
2010-07-21
1
-1
/
+2
*
Turn TValue setter macros into inline functions.
Mike Pall
2010-04-26
1
-110
/
+119
*
Treat the tag of a TValue as unsigned everywhere.
Mike Pall
2010-04-25
1
-28
/
+26
*
Make metamethod names proper GC roots.
Mike Pall
2010-04-25
1
-4
/
+6
*
Turn traces into true GC objects (GCtrace).
Mike Pall
2010-04-25
1
-1
/
+1
*
No longer let the GC replace dead keys with the LJ_TDEADKEY tag.
Mike Pall
2010-04-21
1
-8
/
+33
*
Move free node pos to t->node[0].freetop. Saves 4 bytes in GCtab.
Mike Pall
2010-03-22
1
-2
/
+1
*
Reorder various structs to reduce padding (thanks to /usr/bin/pahole).
Mike Pall
2010-03-15
1
-1
/
+1
*
Major redesign of function call handling.
Mike Pall
2010-02-13
1
-4
/
+5
*
Replace GCproto reference with bytecode PC in GCfuncL.
Mike Pall
2010-02-10
1
-2
/
+3
*
Drop bc field in GCproto since the bytecode is colocated.
Mike Pall
2010-02-08
1
-6
/
+1
*
Redesign of prototype generation, part 5: colocation of protoype arrays.
Mike Pall
2010-02-08
1
-7
/
+7
*
32/64 bit memory ref cleanup, part 4: GCproto ->varinfo.
Mike Pall
2010-02-05
1
-2
/
+3
*
32/64 bit memory ref cleanup, part 3: GCproto ->lineinfo.
Mike Pall
2010-02-05
1
-1
/
+4
*
32/64 bit memory ref cleanup, part 2: GCproto ->uvname and ->chunkname.
Mike Pall
2010-02-05
1
-3
/
+8
*
32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k.
Mike Pall
2010-02-05
1
-8
/
+14
*
Reduce non-numeric tag range by bumping up 64 bit lightud tag.
Mike Pall
2010-01-18
1
-6
/
+6
*
Improve alias analysis of upvalues using a disambiguation hash value.
Mike Pall
2010-01-09
1
-1
/
+1
*
Avoid int16_t widening for pt->uv elements.
Mike Pall
2010-01-09
1
-1
/
+1
*
Fix 32/64 bit portability issue with upval->v.
Mike Pall
2010-01-09
1
-4
/
+3
*
Bump all copyright dates to 2010.
Mike Pall
2010-01-09
1
-1
/
+1
*
Fix size calculation for closure structs.
Mike Pall
2009-12-28
1
-2
/
+2
*
Fast forward to sync public repo.
Mike Pall
2009-12-08
1
-3
/
+20
*
RELEASE LuaJIT-2.0.0-beta2
v2.0.0-beta2
Mike Pall
2009-12-08
1
-1
/
+2
*
RELEASE LuaJIT-2.0.0-beta1
v2.0.0-beta1
Mike Pall
2009-12-08
1
-0
/
+676
[prev]