| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
|\| |
|
| | |
|
| | |
|
| | |
|
|\| |
|
| | |
|
|\| |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Add lua_State pointer to SBuf for buffer resizing.
|
| | |
|
| |
| |
| |
| |
| | |
Switch to pointers for start/pos/end of buffer.
Abstract out some buffer writers.
|
|/
|
|
|
| |
Move string buffer handling to lj_buf.*.
Use common buffer resizing function.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Needs -DLUAJIT_ENABLE_LUA52COMPAT.
|
|
|
|
| |
Needs -DLUAJIT_ENABLE_LUA52COMPAT.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Solves the trace-explosion problem with closure-heavy programming.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Parser predict pairs/next and emits specialized bytecode.
Bytecode is descpecialized at runtime if the prediction was wrong.
Store slot index in hidden control var to avoid key lookups.
|
| |
|
| |
|
| |
|