summaryrefslogtreecommitdiff
path: root/src/lj_snap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't eliminate SLOAD restores across RETF.Mike Pall2010-02-231-3/+11
| | | | Move restore-elimination logic into snapshot_slots().
* Rethrow errors from trace exit handling from the right C frame.Mike Pall2010-02-191-1/+5
|
* Drop obsolete shadow frame link stack.Mike Pall2010-02-181-7/+31
|
* Minor cleanup of trace event handling.Mike Pall2010-02-151-3/+3
|
* Drop frame clearing in exit handling and JIT compiled code.Mike Pall2010-02-111-4/+0
|
* Add shadow frame link stack for trace recorder.Mike Pall2010-02-041-38/+15
| | | | | Simplifies snapshots. Prerequisite for pre-call snapshots. Increases consistency for fast function calls, too.
* Eliminate IR_FRAME. Replace with KGC and TRef/SnapEntry flags.Mike Pall2010-01-271-28/+29
|
* Add frame and continuation flags to TRef and SnapEntry.Mike Pall2010-01-271-6/+7
|
* Compress snapshots using a simple, extensible 1D-compression.Mike Pall2010-01-261-116/+131
| | | | | | 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.
* Fill gaps in frames (caused by metamethod calls) with nil.Mike Pall2010-01-261-2/+2
| | | | Simplifies storing snapshots to stack.
* Use dedicated type for snapshot map entry.Mike Pall2010-01-251-12/+13
| | | | Preparatory work for compressed snapshots.
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Fast forward to sync public repo.Mike Pall2009-12-081-16/+12
| | | | | | | | 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-beta1Mike Pall2009-12-081-0/+286