Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy ad0704e40c back to 'CallInfo' (no gains with its removal) hace 7 años
  Roberto Ierusalimschy 93fd67b793 no more 'CallInfo' structure hace 7 años
  Roberto Ierusalimschy 6bb3e40a8d 'lua_Debug' not using 'CallInfo' hace 7 años
  Roberto Ierusalimschy 472c560705 no more useful fields in CallInfo hace 7 años
  Roberto Ierusalimschy 54eb35a8aa more fields moved out of 'CallInfo' hace 7 años
  Roberto Ierusalimschy ba36180fd7 new API for 'lua_resume' + cleaning the uses of the 'extra' field in hace 7 años
  Roberto Ierusalimschy b9e76be8a6 using 'L->func' when possible hace 7 años
  Roberto Ierusalimschy c5482468fd baby steps to remove 'CallInfo': keeping 'L->func' correct hace 7 años
  Roberto Ierusalimschy 6d998055c8 no more reference 'memerrmsg' + new reference to "n" hace 8 años
  Roberto Ierusalimschy f96497397a new type 'StackValue' for stack elements hace 8 años
  Roberto Ierusalimschy c25380c28d details (using proper version of 'setobj') hace 8 años
  Roberto Ierusalimschy 6d95de83c6 no more field 'base' in CallInfo (base is always equal to 'func + 1', hace 8 años
  Roberto Ierusalimschy 5c8770f896 back to old-style vararg system (with vararg table collecting extra hace 8 años
  Roberto Ierusalimschy 24f6e236a3 'moveresults' and 'luaD_poscall' moved up in the file hace 8 años
  Roberto Ierusalimschy 8edbf57fb8 detail (ANSI C does not accept empty arguments to macros) hace 9 años
  Roberto Ierusalimschy 7fe1a4cff3 cleaner and more correct code for 'luaD_shrinkstack' (the old hace 9 años
  Roberto Ierusalimschy aeb4c6fff1 comments + removed unused variable hace 9 años
  Roberto Ierusalimschy e4a9e6fcca do not eliminate varargs from functions that do not use varargs hace 9 años
  Roberto Ierusalimschy 9de2bb0d62 bug: When a coroutine tries to resume a non-suspended coroutine, hace 9 años
  Roberto Ierusalimschy a051b3323e comments (about hooks vs signals) hace 9 años
  Roberto Ierusalimschy d103312661 details (typos in comments) hace 9 años
  Roberto Ierusalimschy 9a5d6aedb7 trying to optimize a little 'luaD_poscall' hace 9 años
  Roberto Ierusalimschy e61ee8a036 in 'luaD_call', use two functions instead of one with fixed boolean 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 c5363a1b58 in 'luaD_precall', in vararg functions, complete missing parameters hace 9 años
  Roberto Ierusalimschy ffd0d1232d using more "conventional" loops in 'luaD_poscall' (probably a little hace 9 años
  Roberto Ierusalimschy 6707ce6349 function prepares vararg only if it really uses them (chunks hace 10 años
  Roberto Ierusalimschy ae515a346c comments for luaD_precall/luaD_poscall hace 10 años
  Roberto Ierusalimschy 3cdf1d676b details (avoid 'case' inside block + avoid using one variable for hace 10 años
  Roberto Ierusalimschy 5bdee4f810 small changes to allow 'precall' to spend time preserving 'func' hace 10 años