summaryrefslogtreecommitdiff
path: root/src/lj_jit.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Drop obsolete shadow frame link stack.Mike Pall2010-02-181-1/+0
|
* Add shadow frame link stack for trace recorder.Mike Pall2010-02-041-1/+2
| | | | | Simplifies snapshots. Prerequisite for pre-call snapshots. Increases consistency for fast function calls, too.
* Clean up frame depth checks and loop detection.Mike Pall2010-02-031-0/+1
|
* Add frame and continuation flags to TRef and SnapEntry.Mike Pall2010-01-271-3/+8
|
* Compress snapshots using a simple, extensible 1D-compression.Mike Pall2010-01-261-3/+13
| | | | | | 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.
* Use dedicated type for snapshot map entry.Mike Pall2010-01-251-4/+6
| | | | Preparatory work for compressed snapshots.
* 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/+279