index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-04-25
Treat the tag of a TValue as unsigned everywhere.
Mike Pall
7
-40
/
+39
2010-04-25
Avoid starting a GC cycle immediately after library init.
Mike Pall
2
-2
/
+2
2010-04-25
Fix TNEW in x64 interpreter. Do not force a full GC (ouch).
Mike Pall
4
-359
/
+346
2010-04-25
Make metamethod names proper GC roots.
Mike Pall
12
-29
/
+26
2010-04-25
Reorganize and fix placement of generated machine code on x64.
Mike Pall
1
-53
/
+57
2010-04-25
Simplify management of current trace. Drop lazy save.
Mike Pall
7
-79
/
+80
2010-04-25
Turn traces into true GC objects (GCtrace).
Mike Pall
24
-201
/
+193
2010-04-24
Simplify lexer a bit.
Mike Pall
1
-14
/
+12
2010-04-23
Add assertions to guard against using lua_*call on dead coroutines.
Mike Pall
1
-3
/
+6
2010-04-23
Avoid compiler warning.
Mike Pall
1
-1
/
+1
2010-04-21
No longer let the GC replace dead keys with the LJ_TDEADKEY tag.
Mike Pall
13
-43
/
+65
2010-04-19
Simplify GC step calls from on-trace code.
Mike Pall
3
-41
/
+32
2010-04-19
Replace on-trace GC frame syncing with interpreter exit.
Mike Pall
11
-1906
/
+1885
2010-04-14
Refactor buildvm symbol generation.
Mike Pall
8
-324
/
+203
2010-04-09
Fix setup of RD when dispatching to function headers after exit.
Mike Pall
7
-1803
/
+1820
2010-04-08
Don't copy SNAP_NORESTORE mark into loops and suppress restore in exit.
Mike Pall
2
-2
/
+2
2010-03-28
RELEASE LuaJIT-2.0.0-beta4
v2.0.0-beta4
Mike Pall
9
-24
/
+34
2010-03-28
Update changelog.
Mike Pall
1
-0
/
+2
2010-03-28
Fold HREF of TNEW/TDUP to niltv. Fold HLOAD of niltv to nil.
Mike Pall
4
-2
/
+64
2010-03-28
Generate EQ(HREF, niltv) for load path, too (better CSE).
Mike Pall
1
-1
/
+7
2010-03-28
Also merge EQ(HREF, niltv) in backend.
Mike Pall
1
-4
/
+10
2010-03-28
Only fuse with spill slots for cross-section references.
Mike Pall
1
-1
/
+1
2010-03-28
Fix precondition check for NEWREF.
Mike Pall
1
-2
/
+2
2010-03-23
Pass MULTRES or negated error code in RD to lj_vm_exit_interp.
Mike Pall
6
-1839
/
+1822
2010-03-22
Move colocated array part after GCtab (now properly aligned).
Mike Pall
3
-25
/
+17
2010-03-22
Move free node pos to t->node[0].freetop. Saves 4 bytes in GCtab.
Mike Pall
3
-55
/
+38
2010-03-21
Avoid snapshots for returns to known callers.
Mike Pall
1
-2
/
+2
2010-03-19
Add links to interactive performance comparison to offline docs.
Mike Pall
8
-1
/
+18
2010-03-19
Increase max. fusion distance.
Mike Pall
1
-1
/
+1
2010-03-15
Reorder various structs to reduce padding (thanks to /usr/bin/pahole).
Mike Pall
7
-15
/
+15
2010-03-15
Fix TSETM on x64/SSE builds when table is resized.
Mike Pall
5
-448
/
+426
2010-03-15
Add static target to msvcbuild.bat.
Mike Pall
1
-0
/
+6
2010-03-15
Update changelog.
Mike Pall
2
-1
/
+19
2010-03-15
Add array bounds check elimination (-Oabc, on by default).
Mike Pall
5
-20
/
+101
2010-03-15
Reorganize scalar evolution analysis.
Mike Pall
2
-7
/
+32
2010-03-14
Fix folding of (comparison x x).
Mike Pall
1
-1
/
+1
2010-03-13
Restore MULTRES for snapshots pointing to CALLM etc. bytecodes.
Mike Pall
3
-3
/
+49
2010-03-10
Fix potential hang in UCLO redirection handling in hooks.
Mike Pall
1
-9
/
+7
2010-03-09
Fix handling of bad argument types in recorder.
Mike Pall
1
-2
/
+3
2010-03-09
Fix recording of getmetatable() for non-tables.
Mike Pall
1
-3
/
+5
2010-03-09
Avoid tracing the nil return case of tonumber().
Mike Pall
1
-1
/
+5
2010-03-09
Add WinSDK v7.0 requirement for building on Windows/x64.
Mike Pall
1
-2
/
+2
2010-03-08
Do not fuse SLOAD across RETF.
Mike Pall
1
-1
/
+2
2010-03-07
RELEASE LuaJIT-2.0.0-beta3
v2.0.0-beta3
Mike Pall
8
-23
/
+20
2010-03-07
Fix tracebacks for failed coroutines.
Mike Pall
1
-0
/
+4
2010-03-07
Add OS/CPU/CC compatibility matrix to docs. Fix spelling.
Mike Pall
4
-10
/
+59
2010-03-07
Rebase dynamic library on OSX/x64.
Mike Pall
1
-0
/
+1
2010-03-07
Improve placement of dynamically generated code on x64.
Mike Pall
1
-1
/
+1
2010-03-07
Fix assertion in rec_check_slots.
Mike Pall
1
-1
/
+1
2010-03-07
Generate indirect calls for out-of-range distances on x64.
Mike Pall
2
-0
/
+14
[next]