Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 01747f2c24 error message: "tag method" -> "metamethod" il y a 13 ans
  Roberto Ierusalimschy 217b65e6d9 avoid some warnings about converting 32-bit shifts into 64-bit results il y a 13 ans
  Roberto Ierusalimschy 788a0ecd27 'luaC_separateudata' renamed to 'separatetobefnz' and called only il y a 14 ans
  Roberto Ierusalimschy bc90cf4b83 retraverse all gray lists together to avoid traversing some weak il y a 14 ans
  Roberto Ierusalimschy 87912786af dead objects are not collectable. il y a 14 ans
  Roberto Ierusalimschy 95ed6c1127 better(?) scheme for cleaning weak tables; all ressurected objects il y a 14 ans
  Roberto Ierusalimschy 45c346645c avoid clearing ephemeron tables that have nothing to be cleaned il y a 14 ans
  Roberto Ierusalimschy 74b0bb3a45 macro 'checkconsistency' moved to this file, as it is used only il y a 14 ans
  Roberto Ierusalimschy 868ff40339 full collection does not restart collector + avoid changing GC il y a 14 ans
  Roberto Ierusalimschy 551b076f1c change in the relationship between totalbytes and GCdebt - luaM_realloc_ il y a 14 ans
  Roberto Ierusalimschy 737f119187 better control for GC running or stopped il y a 14 ans
  Roberto Ierusalimschy 350cc4bcb6 'micro' bug: when closing state, old objects are finalized (breaking il y a 14 ans
  Roberto Ierusalimschy 9b7a12c46d finalizers (__gc) for tables il y a 15 ans
  Roberto Ierusalimschy 4590a89b32 corrected warnings from different compilers (mostly casts and small il y a 15 ans
  Roberto Ierusalimschy 6828f6d427 new parameter 'majorinc' to control frequency of major collections il y a 15 ans
  Roberto Ierusalimschy a71c5f6f53 typo in comments il y a 15 ans
  Roberto Ierusalimschy d9ea6eca7c macro 'key2tal' replaced by 'gkey' (as both were equal) il y a 15 ans
  Roberto Ierusalimschy fabe4ec487 better barrier for prototypes il y a 15 ans
  Roberto Ierusalimschy 575074fd85 Lua closures are cached for reuse il y a 15 ans
  Roberto Ierusalimschy e94fac8956 bug: generational collection was not running collector! (must write il y a 15 ans
  Roberto Ierusalimschy 3d45a8eb1c really stop collection during finalizers il y a 15 ans
  Roberto Ierusalimschy 4fd76b8148 avoid "strong" cast il y a 15 ans
  Roberto Ierusalimschy 1c1a98e872 corrected some places where an old object could end up in front il y a 15 ans
  Roberto Ierusalimschy c006f085d9 new macro 'resetoldbit' il y a 15 ans
  Roberto Ierusalimschy de97177744 avoid 'else assert' (which may result in an empty else) il y a 15 ans
  Roberto Ierusalimschy 0fac33da9e bug: incremental sweep was not cleaning old bits (as it stopped in the il y a 15 ans
  Roberto Ierusalimschy 25951e0ea5 some cleaning in 'sweeplist' (threads do not need to be traversed il y a 15 ans
  Roberto Ierusalimschy d2ea5b00b7 new function 'luaC_changemode' + il y a 15 ans
  Roberto Ierusalimschy 7444b5a1d5 better documentation of GC costs il y a 15 ans
  Roberto Ierusalimschy 3e662cec89 full GC must run finalizers only after finishing everything else il y a 15 ans