summaryrefslogtreecommitdiff
path: root/src/lj_gdbjit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Remove fictitious Solaris define.Mike Pall2013-01-111-1/+1
|
* MIPS: Add support for GDB JIT API.Mike Pall2012-04-011-4/+14
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* PPC: Add support for GDB JIT API.Mike Pall2011-10-241-0/+21
|
* More fixes for the Solaris/x86 build. Thanks to Will Metcalf.Mike Pall2011-06-141-1/+1
|
* Flatten and compress in-memory debug info (saves ~70%).Mike Pall2011-06-091-1/+1
|
* Move debugging/introspection functionality to lj_debug.c.Mike Pall2011-06-071-4/+3
|
* ARM: Add support for GDB JIT API.Mike Pall2011-05-161-0/+12
|
* Cleanup and fix trace flush logic.Mike Pall2011-01-181-2/+1
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Cleanup architecture, ABI and OS definitions.Mike Pall2010-11-161-1/+1
|
* Avoid string allocation in GDB JIT API.Mike Pall2010-05-091-7/+10
|
* Simplify management of current trace. Drop lazy save.Mike Pall2010-04-251-2/+2
|
* Turn traces into true GC objects (GCtrace).Mike Pall2010-04-251-4/+5
|
* Fix pc to line number translation for GDB JIT API.Mike Pall2010-03-011-1/+4
|
* Add frame info for x64 GDB JIT API.Mike Pall2010-02-281-3/+9
|
* Major redesign of function call handling.Mike Pall2010-02-131-4/+1
| | | | | | | | | | | 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.
* Redesign of prototype generation, part 5: colocation of protoype arrays.Mike Pall2010-02-081-1/+1
|
* 32/64 bit memory ref cleanup, part 3: GCproto ->lineinfo.Mike Pall2010-02-051-1/+1
|
* 32/64 bit memory ref cleanup, part 2: GCproto ->uvname and ->chunkname.Mike Pall2010-02-051-1/+1
|
* 32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k.Mike Pall2010-02-051-1/+4
|
* Compress snapshots using a simple, extensible 1D-compression.Mike Pall2010-01-261-2/+2
| | | | | | 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.
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+739