Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 5bd8d388de OP_CONCAT does not move its result (to simplify its execution) há 7 anos atrás
  Roberto Ierusalimschy 28f215ecf8 comments há 7 anos atrás
  Roberto Ierusalimschy d2fb34ac88 'OP_TAILCALL' calling C functions finishes the call and returns há 7 anos atrás
  Roberto Ierusalimschy ab0a851db4 'luaD_tryfuncTM' can ensure it does not change the stack há 7 anos atrás
  Roberto Ierusalimschy 728ff94595 error handler in protected calls must be a function há 7 anos atrás
  Roberto Ierusalimschy ad960095bf avoid jumping into a variable scope (C++ does not allow that) há 7 anos atrás
  Roberto Ierusalimschy 33e3774f44 keep more opcode arguments byte-aligned há 7 anos atrás
  Roberto Ierusalimschy a9295a2b8e typos in comments há 7 anos atrás
  Roberto Ierusalimschy c6fedc92f8 new command 'print' (to print literal strings) in mini-language há 7 anos atrás
  Roberto Ierusalimschy 68af7cc81a another try with table resize. há 7 anos atrás
  Roberto Ierusalimschy 28323aeaa6 by-one error when filling missing arguments in a tail call há 7 anos atrás
  Roberto Ierusalimschy cf7eff45f3 keep control of stack top in Lua functions concentrated in 'luaV_execute' há 7 anos atrás
  Roberto Ierusalimschy 8691612f01 when calling a hook, cannot decrease 'ci->top' (to preserve stack há 7 anos atrás
  Roberto Ierusalimschy f99f3c42ff comment há 7 anos atrás
  Roberto Ierusalimschy f360e7778b assert cannot use instruction after the last há 7 anos atrás
  Roberto Ierusalimschy 4676f6599e new macros 'isOT'/'isIT' há 7 anos atrás
  Roberto Ierusalimschy 1d5b885437 when running Lua code, there is no need to keep 'L->top' "correct"; há 7 anos atrás
  Roberto Ierusalimschy 4dc0be950a new macro 'isLuacode' (to distinguish regular Lua code from há 7 anos atrás
  Roberto Ierusalimschy 3153a41e33 no need to save 'pc' in case of allocation errors há 7 anos atrás
  Roberto Ierusalimschy d388c165ef new opcodes 'FORLOOP1'/'FORPREP1' for "basic for" (integer variable há 7 anos atrás
  Roberto Ierusalimschy ab07005568 new auxiliary function 'luaK_isKint' + removal of 'luaK_needclose', há 7 anos atrás
  Roberto Ierusalimschy 7024f49c42 default now is compiling without compatibility options + smaller há 7 anos atrás
  Roberto Ierusalimschy 2f6f6abeba 'rehash' -> 'tablerehash' há 7 anos atrás
  Roberto Ierusalimschy 3064edead2 details (cleaning uses of 'exp1') há 7 anos atrás
  Roberto Ierusalimschy f8c1c1469a some cleaning on signed opcode parameters há 7 anos atrás
  Roberto Ierusalimschy 4b6928e7f5 (1 << 31) with signed integer has undefined behavior in C há 7 anos atrás
  Roberto Ierusalimschy b3f924bc69 'Proto->numparams' does not include vararg parameter há 7 anos atrás
  Roberto Ierusalimschy e001d5aea6 'VRELOCABLE' -> 'VRELOC' há 7 anos atrás
  Roberto Ierusalimschy e752d84ed8 bug: memory-allocation error when resizing a table can leave it há 7 anos atrás
  Roberto Ierusalimschy 86431a2f1c new opcodes BANDK/BORK/BXORK. (They do not use immediate operands há 7 anos atrás