aboutsummaryrefslogtreecommitdiff
path: root/src/lj_state.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Major redesign of function call handling.Mike Pall2010-02-131-8/+6
* Move dispatch tables out of GG_State struct.Mike Pall2010-02-111-4/+6
* Switch to pre-initialized stacks. Drop frame clearing in interpreter.Mike Pall2010-02-111-16/+17
* Force error if lua_newstate() is used in 64 bit mode.Mike Pall2010-01-241-0/+4
* Add some sanity checks for allocator in 64 bit mode.Mike Pall2010-01-181-1/+1
* Fix 32/64 bit portability issue with upval->v.Mike Pall2010-01-091-1/+1
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* Fix alloc/free sizes of internal GCRef arrays.Mike Pall2009-12-291-1/+1
* Use fastcall for remaining 1-arg/2-arg calls from interpreter.Mike Pall2009-12-271-2/+2
* Adapt primary inbound calls in x64 interpreter.Mike Pall2009-12-171-2/+2
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+255