Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 1de2f31694 Corrected support for 16-bit systems hace 2 años
  Roberto Ierusalimschy ee645472eb Stack reallocation done with a single realloc hace 2 años
  Roberto Ierusalimschy 413a393e62 Stack indices changed to union's hace 2 años
  Roberto Ierusalimschy d61b0c6028 More checks and documentation for uses of EXTRA_STACK hace 3 años
  Roberto Ierusalimschy 196bb94d66 Bug: 'lua_settop' may use an invalid pointer to stack hace 3 años
  Roberto Ierusalimschy 4a00f61276 'lua_checkstack' doesn't need to check stack overflow hace 3 años
  Roberto Ierusalimschy f3cfd5bf2b Details hace 3 años
  Roberto Ierusalimschy cf613cdc6f Bug: finalizers can be called with an invalid stack hace 3 años
  Roberto Ierusalimschy 6b3e116d44 Corrected bug in 'luaD_tryfuncTM' hace 3 años
  Roberto Ierusalimschy 74d99057a5 Bug: C stack overflow with coroutines hace 3 años
  Roberto Ierusalimschy 1fce5bea81 More uniform implementation for tail calls hace 3 años
  Roberto Ierusalimschy 3699446aaf Removed goto's in 'luaD_precall' hace 3 años
  Roberto Ierusalimschy 2ff3471722 Using 'inline' in some functions hace 4 años
  Roberto Ierusalimschy 91673a8ec0 'luaD_tryfuncTM' checks stack space by itself hace 4 años
  Roberto Ierusalimschy 41871f1803 Undo simplification of tail calls (commit 901d760) hace 4 años
  Roberto Ierusalimschy dbdc74dc55 Simplification in the parameters of 'luaD_precall' hace 4 años
  Roberto Ierusalimschy 04e19712a5 C functions can be tail called, too hace 4 años
  Roberto Ierusalimschy 901d760093 Simpler implementation for tail calls hace 4 años
  Roberto Ierusalimschy f9d857a81b Stack reallocation done in two phases hace 4 años
  Roberto Ierusalimschy 59c88f846d Broadening the use of branch hints hace 4 años
  Roberto Ierusalimschy bc970005ce '__close' methods can yield in the return of a C function hace 4 años
  Roberto Ierusalimschy 4e47f81188 New implementation for to-be-closed variables hace 4 años
  Roberto Ierusalimschy 2bfa13e520 Fixed some bugs around stack reallocation hace 4 años
  Roberto Ierusalimschy 949187b049 Optimizations for line hook hace 4 años
  Roberto Ierusalimschy 58aa09a0b9 Small improvements in hooks hace 4 años
  Roberto Ierusalimschy 1f81baffad Janitorial work hace 4 años
  Roberto Ierusalimschy 0e9254dfa0 Correct order of return hooks vs. close metamethods hace 4 años
  Roberto Ierusalimschy 6ccd24eff5 Simpler handling of errors when creating tbc variables hace 4 años
  Roberto Ierusalimschy d0f34d9137 Allow yields in '__close' metamethods ater errors hace 4 años
  Roberto Ierusalimschy b07fc10e91 Allow yields inside '__close' metamethods hace 4 años