aboutsummaryrefslogtreecommitdiff
path: root/src/lj_lex.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorder various structs to reduce padding (thanks to /usr/bin/pahole).Mike Pall2010-03-151-2/+2
|
* Redesign of prototype generation, part 3: bc and lineinfo.Mike Pall2010-02-081-0/+8
| | | | | Use a growable, per-chunk bytecode instruction/line stack. Collect bc/lineinfo for prototype at the end.
* Redesign of prototype generation, part 1: varinfo and uvname.Mike Pall2010-02-081-1/+5
| | | | | Use a growable, per-chunk variable stack. Collect varinfo/uvname for prototype at the end.
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+63