Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 3064edead2 details (cleaning uses of 'exp1') hace 7 años
  Roberto Ierusalimschy b3f924bc69 'Proto->numparams' does not include vararg parameter hace 7 años
  Roberto Ierusalimschy e001d5aea6 'VRELOCABLE' -> 'VRELOC' hace 7 años
  Roberto Ierusalimschy 49dfaf7447 avoid using one function for different tasks (malloc, free, etc.) hace 7 años
  Roberto Ierusalimschy 10b8c99bbb small peephole optimizations hace 7 años
  Roberto Ierusalimschy 196c87c9ce no more 'stackless' implementation; 'luaV_execute' calls itself hace 7 años
  Roberto Ierusalimschy 283e7455ff detail hace 8 años
  Roberto Ierusalimschy 722bdbe17d no more 'getBMode'-'getCMode' (imprecise + we will need more space hace 8 años
  Roberto Ierusalimschy 80d9b09f35 jumps do not close upvalues (to be faster and simpler); hace 8 años
  Roberto Ierusalimschy ac65bab25f jumps in 'for' loops don't need to be signed hace 8 años
  Roberto Ierusalimschy b77f792b23 comment hace 8 años
  Roberto Ierusalimschy 07db10813c 'OP_VARARG' has the vararg parameter as an operand hace 8 años
  Roberto Ierusalimschy f96497397a new type 'StackValue' for stack elements hace 8 años
  Roberto Ierusalimschy b42430fd3a 'lineinfo' in prototypes saved as differences instead of absolute hace 8 años
  Roberto Ierusalimschy 5c8770f896 back to old-style vararg system (with vararg table collecting extra hace 8 años
  Roberto Ierusalimschy 5ecb31003f bug: cannot "skip" labels after if-goto before the jump over the hace 8 años
  Roberto Ierusalimschy 502a1d1108 new opcodes for table access with constant keys (strings and integers) hace 8 años
  Roberto Ierusalimschy 6a98aa0bb0 new opcode LOADI (for loading immediate integers) hace 8 años
  Roberto Ierusalimschy e4a9e6fcca do not eliminate varargs from functions that do not use varargs hace 9 años
  Roberto Ierusalimschy dcb2998aa6 bug: expression list with four or more expressions in hace 9 años
  Roberto Ierusalimschy b65252b39b 'singlevaraux' returns result only in 'var->k' hace 9 años
  Roberto Ierusalimschy e7b2e01d43 bug: label between local definitions can mix-up their initializations hace 9 años
  Roberto Ierusalimschy 1f259be52a 'getcode' -> 'getinstruction' hace 9 años
  Roberto Ierusalimschy 542dbd4c65 detail (moving bodies of 'while' to a separate line) hace 9 años
  Roberto Ierusalimschy 8c1fb91802 macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used hace 9 años
  Roberto Ierusalimschy 6707ce6349 function prepares vararg only if it really uses them (chunks hace 9 años
  Roberto Ierusalimschy de3933480e details hace 10 años
  Roberto Ierusalimschy 9c41d9d1df removed unneeded barrier ('from' must be white) hace 10 años
  Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before hace 10 años
  Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' hace 11 años