Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 563de491be a better way to control optimizations. 25 years ago
  Roberto Ierusalimschy 61f97a8ace maybe a concat right associative allows some optimizations... 25 years ago
  Roberto Ierusalimschy d1ea38580a change of code generation design (independent functions for each opcode) 25 years ago
  Roberto Ierusalimschy 3c9d999424 many details (most by lhf). 25 years ago
  Roberto Ierusalimschy f7840a3e0b new algorithm to parse expressions + distribution of code between lparser 25 years ago
  Roberto Ierusalimschy 3bc925138e first version of code optimizer 25 years ago
  Roberto Ierusalimschy 3afe85b2ce new version for INSTRUCTION formats 25 years ago
  Roberto Ierusalimschy 52aad0ab59 removing implementation for better error messages (must rethink it...) 25 years ago
  Roberto Ierusalimschy 1f691a4fcd renaming of some opcodes and fields 25 years ago
  Roberto Ierusalimschy d83c2a8455 performance details. 25 years ago
  Roberto Ierusalimschy d11e5adf55 `const' array in protos breaked in 3 arrays (for strings, numbers, and 25 years ago
  Roberto Ierusalimschy 62787f1b1f `exp' is "reserved word" in Visual-C++ ;-) 25 years ago
  Roberto Ierusalimschy dcb7bb514e details (error messages) 25 years ago
  Roberto Ierusalimschy 4ebc183e56 bug: return gives wrong line in debug information. 25 years ago
  Roberto Ierusalimschy 298d0abff7 first version of extra debug information (NAME) 25 years ago
  Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 26 years ago
  Roberto Ierusalimschy be3212de78 details 26 years ago
  Roberto Ierusalimschy cfdebfbc53 debug information for parameters use line 0 for them (as they are 26 years ago
  Roberto Ierusalimschy 12b45c2df2 luaS_newfixedstring renamed to luaS_newfixed 26 years ago
  Roberto Ierusalimschy 7621cc2aa5 for the future... 26 years ago
  Roberto Ierusalimschy fe237ad808 fixed stack; first version. 26 years ago
  Roberto Ierusalimschy 33b8a01032 new way to code CALLs + passing multiple arguments between function calls 26 years ago
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) 26 years ago
  Roberto Ierusalimschy e10788b2ff reorganization of `stat' function. 26 years ago
  Roberto Ierusalimschy 52a206366d bug: in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checkname 26 years ago
  Roberto Ierusalimschy c787dccd9b "const" !!! 26 years ago
  Roberto Ierusalimschy e9a670695a details 26 years ago
  Roberto Ierusalimschy 36b6fe8d17 better treatment for arbitrary limits 26 years ago
  Roberto Ierusalimschy d4dce57f5c cannot assign to unlimited variables, because it causes overflow in 26 years ago