summaryrefslogtreecommitdiff
path: root/src/Makefile.dep (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Split off fast function recording to lj_ffrecord.c.Mike Pall2010-12-051-9/+12
|
* FFI: Add ffi.* library.Mike Pall2010-12-051-2/+6
|
* FFI: Add support for converting cdata to tonumber().Mike Pall2010-12-051-2/+2
|
* FFI: Add C declaration parser.Mike Pall2010-12-051-7/+10
|
* FFI: Add C data handling and C type conversions.Mike Pall2010-12-051-15/+19
|
* FFI: Add C type management.Mike Pall2010-12-051-10/+13
|
* Rename character type handling from lj_ctype* to lj_char*.Mike Pall2010-11-091-16/+16
|
* PPC: Add PowerPC target architecture selection.Mike Pall2010-08-251-6/+7
|
* Untangle some target dependencies.Mike Pall2010-08-031-94/+92
|
* Avoid string allocation in GDB JIT API.Mike Pall2010-05-091-1/+1
|
* Fold HREF of TNEW/TDUP to niltv. Fold HLOAD of niltv to nil.Mike Pall2010-03-281-2/+2
|
* Correctly align and free allocated machine code areas.Mike Pall2010-02-271-7/+7
| | | | Bump default mcode area size to 64K for x64.
* Place dynamically generated code near static code on x64.Mike Pall2010-02-261-1/+1
|
* Major redesign of function call handling.Mike Pall2010-02-131-25/+26
| | | | | | | | | | | 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.
* Move dispatch tables out of GG_State struct.Mike Pall2010-02-111-12/+12
|
* Move bytecode offsets from lj_vm.* to generated header.Mike Pall2010-02-051-11/+13
|
* Compress snapshots using a simple, extensible 1D-compression.Mike Pall2010-01-261-3/+3
| | | | | | Typically reduces storage overhead for snapshot maps by 60%. The extensible format is a prerequisite for the next redesign steps: Eliminate IR_FRAME and implement return-to-lower-frame.
* Fast forward to sync public repo.Mike Pall2009-12-081-7/+8
| | | | | | | | 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-beta2v2.0.0-beta2Mike Pall2009-12-081-2/+2
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+139