0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
doc: added new section "New C API". More... over 3 years ago
Merge pull request #108 from siddhesh/save-jit-base More... over 3 years ago
Actually move saved_jit_base to the end of global_State More... over 3 years ago
Move all luajit2-specific elements to the end of state structs More... over 3 years ago
bugfix: compilation error "for’ loop initial declarations are only allowed in C99 mode" would happen with older gcc versions like 4.8. More... over 3 years ago
Add support for full-range 64 bit lightuserdata. More... over 3 years ago
Adjust SSE4.1 str_hash to replace hash_sparse and hash_dense More... over 3 years ago
ARM64: Followup fix for exit branch patching. More... over 3 years ago
Make jit.prngstate use the new PRNG code More... over 3 years ago
Merge branch 'master' into v2.1 More... over 3 years ago
Prevent patching of the GC exit check branch. More... over 3 years ago
x64: Fix 64 bit shift code generation. More... over 3 years ago
Merge branch LuaJIT/v2.1 into v2.1-agentzh More... almost 4 years ago
Revert "optimize: lj_str_new: tests the full hash value before doing the full string comparison on hash collisions. thanks Shuxin Yang for the patch." More... almost 4 years ago
Revert "no clever memory over-reads when LUAJIT_USE_VALGRIND is defined." More... almost 4 years ago
Revert "optimize: lj_str_new: uses randomized hash functions based on crc32 when -msse4.2 is specified." More... almost 4 years ago
Revert "bugfix: fixed compatibility regression with MinGW gcc. this bug had appeared in commit 7923c63." More... almost 4 years ago
Revert "bugfix: FFI C parsers could not parse some C constructs like `__attribute((aligned(N)))` and `#pragma`." More... almost 4 years ago
Revert "style: minor coding style fixes." More... almost 4 years ago
Revert "bugfix: fixed a clang warning in lj_str.c regarding unused str_fastcmp() when macro LUAJIT_USE_VALGRIND is defined." More... almost 4 years ago
Revert "Fix arm64 register allocation issue for XLOAD." More... almost 4 years ago
Another fix for lua_yield() from C hook. More... almost 4 years ago
Merge branch 'master' into v2.1 More... almost 4 years ago
Mark CONV as non-weak, to prevent elimination of its side-effect. More... almost 4 years ago
Fix lua_yield() from C hook. More... almost 4 years ago
Merge branch 'master' into v2.1 More... almost 4 years ago
DynASM/x86: Fix VREG support. More... almost 4 years ago
Merge branch 'master' into v2.1 More... almost 4 years ago
Limit path length passed to C library loader. More... almost 4 years ago
LJ_GC64: Always snapshot functions for non-base frames. More... almost 4 years ago