Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | From Lua 5.2: Add rawlen(). Needs -DLUAJIT_ENABLE_LUA52COMPAT. | Mike Pall | 2012-09-24 | 1 | -0/+14 | |
| | ||||||
* | Rearrange library functions to get a fixed FF_next. | Mike Pall | 2012-09-24 | 1 | -50/+50 | |
| | ||||||
* | From Lua 5.2: Add mode and env arguments to load*(). | Mike Pall | 2012-09-21 | 1 | -26/+41 | |
| | ||||||
* | Use 0/1 macro for Lua 5.2 compatibility. | Mike Pall | 2012-09-12 | 1 | -7/+3 | |
| | ||||||
* | FFI: Handle __pairs/__ipairs metamethods for cdata objects. | Mike Pall | 2012-09-03 | 1 | -2/+6 | |
| | ||||||
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -1/+2 | |
| | ||||||
* | Avoid compiler warnings about redefined C++ keywords. | Mike Pall | 2012-07-09 | 1 | -1/+1 | |
| | ||||||
* | Avoid pesky compiler warnings about C++ keywords (eh?). | Mike Pall | 2012-07-03 | 1 | -1/+1 | |
| | ||||||
* | Fix argument checks for coroutine.create(). | Mike Pall | 2012-05-28 | 1 | -1/+2 | |
| | ||||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 | |
| | ||||||
* | MIPS: Add interpreter. Enable MIPS build rules. | Mike Pall | 2012-01-23 | 1 | -0/+2 | |
| | ||||||
* | Move debugging/introspection functionality to lj_debug.c. | Mike Pall | 2011-06-07 | 1 | -2/+3 | |
| | ||||||
* | FFI: Change tonumber(cdata) semantics. Return nil for non-numbers. | Mike Pall | 2011-06-06 | 1 | -13/+12 | |
| | ||||||
* | DUALNUM: Handle integer type in x86/x64 interpreter and libraries. | Mike Pall | 2011-02-27 | 1 | -1/+13 | |
| | ||||||
* | From Lua 5.2: Support load(string). | Mike Pall | 2011-02-20 | 1 | -1/+4 | |
| | ||||||
* | From Lua 5.2: coroutine.running(). Needs -DLUAJIT_ENABLE_LUA52COMPAT. | Mike Pall | 2011-02-20 | 1 | -1/+7 | |
| | ||||||
* | DUALNUM: Add integer type to core VM. | Mike Pall | 2011-02-17 | 1 | -10/+18 | |
| | ||||||
* | Use names defined in lualib.h for library registration. | Mike Pall | 2011-02-02 | 1 | -2/+2 | |
| | ||||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 | |
| | ||||||
* | FFI: Record tonumber() for boxed cdata. | Mike Pall | 2011-01-02 | 1 | -1/+1 | |
| | ||||||
* | FFI: Add support for converting cdata to tonumber(). | Mike Pall | 2010-12-05 | 1 | -0/+12 | |
| | ||||||
* | FFI: Add cdata object type. | Mike Pall | 2010-11-26 | 1 | -1/+2 | |
| | ||||||
* | Disable Lua 5.2 features by default. See -DLUAJIT_ENABLE_LUA52COMPAT. | Mike Pall | 2010-11-19 | 1 | -0/+4 | |
| | ||||||
* | Add support for __pairs and __ipairs metamethods (from Lua 5.2). | Mike Pall | 2010-11-18 | 1 | -4/+30 | |
| | ||||||
* | Allow running C functions with coroutine.create(), too. | Mike Pall | 2010-11-17 | 1 | -2/+2 | |
| | ||||||
* | Rename character type handling from lj_ctype* to lj_char*. | Mike Pall | 2010-11-09 | 1 | -2/+2 | |
| | ||||||
* | Fix collectgarbage("count") result if more than 2GB is in use. | Mike Pall | 2010-10-25 | 1 | -1/+1 | |
| | | | | Thanks to Tony Finch. | |||||
* | Specialize bytecode for pairs()/next() iterator. Speedup: 3.5x. | Mike Pall | 2010-09-30 | 1 | -0/+3 | |
| | | | | | | Parser predict pairs/next and emits specialized bytecode. Bytecode is descpecialized at runtime if the prediction was wrong. Store slot index in hidden control var to avoid key lookups. | |||||
* | Fix stack growth for coroutine.wrap(). | Mike Pall | 2010-09-22 | 1 | -1/+1 | |
| | ||||||
* | Record select(). | Mike Pall | 2010-09-13 | 1 | -1/+1 | |
| | ||||||
* | Turn some lua_State fields into 32 bit pointers. | Mike Pall | 2010-09-09 | 1 | -1/+1 | |
| | | | | lua_State now fits into one cache line on x64. | |||||
* | Explicitly indicate tailcall from fast function fallback. | Mike Pall | 2010-09-02 | 1 | -1/+1 | |
| | ||||||
* | Fallback to metamethod resolving for tostring in print(). | Mike Pall | 2010-06-16 | 1 | -2/+9 | |
| | ||||||
* | Canonicalize string conversion of nan, inf, -inf. | Mike Pall | 2010-05-20 | 1 | -2/+1 | |
| | ||||||
* | Treat the tag of a TValue as unsigned everywhere. | Mike Pall | 2010-04-25 | 1 | -1/+1 | |
| | ||||||
* | 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 | -1/+1 | |
| | | | | | | | | 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). | |||||
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -5/+13 | |
| | | | | | | | | | | | Drop call gates. Use function headers, dispatched like bytecodes. Emit BC_FUNCF/BC_FUNCV bytecode at PC 0 for all Lua functions. C functions and ASM fast functions get extra bytecodes. Modify internal calling convention: new base in BASE (formerly in RA). Can now use better C function wrapper semantics (dynamic on/off). Prerequisite for call hooks with zero-overhead if disabled. Prerequisite for compiling recursive calls. Prerequisite for efficient 32/64 bit prototype guards. | |||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 | |
| | ||||||
* | Fix narrowing casts of pointer differences for x64. | Mike Pall | 2009-12-29 | 1 | -1/+1 | |
| | ||||||
* | Fix bad stack setup in collectgarbage(). | Mike Pall | 2009-12-29 | 1 | -3/+4 | |
| | ||||||
* | Use fastcall for remaining 1-arg/2-arg calls from interpreter. | Mike Pall | 2009-12-27 | 1 | -2/+3 | |
| | | | | Simplifies conversion to x64 calling conventions. | |||||
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 1 | -7/+6 | |
| | | | | | | | | 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-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+560 | |