Историја ревизија

Аутор SHA1 Порука Датум
  Roberto Ierusalimschy c4ea0c3b29 detail (cleaning trailing spaces) пре 14 година
  Roberto Ierusalimschy 868ff40339 full collection does not restart collector + avoid changing GC пре 14 година
  Roberto Ierusalimschy 737f119187 better control for GC running or stopped пре 14 година
  Roberto Ierusalimschy a40768e5ea new macro 'luaC_condGC' to allow extra code to be run in case пре 14 година
  Roberto Ierusalimschy 35931bbed4 comments пре 14 година
  Roberto Ierusalimschy 9b7a12c46d finalizers (__gc) for tables пре 14 година
  Roberto Ierusalimschy a71c5f6f53 typo in comments пре 15 година
  Roberto Ierusalimschy fabe4ec487 better barrier for prototypes пре 15 година
  Roberto Ierusalimschy 575074fd85 Lua closures are cached for reuse пре 15 година
  Roberto Ierusalimschy 1c1a98e872 corrected some places where an old object could end up in front пре 15 година
  Roberto Ierusalimschy c006f085d9 new macro 'resetoldbit' пре 15 година
  Roberto Ierusalimschy 32c1764b5d slightly better definition for 'isgray' пре 15 година
  Roberto Ierusalimschy b373a40133 new macro 'isgenerational' + new macro 'isold' + better deffinition пре 15 година
  Roberto Ierusalimschy a4f20e3c8b comments пре 15 година
  Roberto Ierusalimschy d77898597e new function 'luaC_changemode' пре 15 година
  Roberto Ierusalimschy 0c27de2e7b no more 'finalize' phase in GC; finalizers are called along the пре 15 година
  Roberto Ierusalimschy 85555646e3 invariant must be kept in atomic 'phase' too пре 15 година
  Roberto Ierusalimschy b9e1dec2cb added comment explaining a bit about the invariants of the collector пре 15 година
  Roberto Ierusalimschy 23001d8607 nasty GC bug: upvalue must be turned white when not keeping invariant, пре 15 година
  Roberto Ierusalimschy aaa5d7adab 'luaC_linkupval' moved into 'lfunc.c' code + new way to control GC speed пре 15 година
  Roberto Ierusalimschy 3aa9598177 'mainthread' is not inserted in the 'allgc' list anymore, but swept пре 15 година
  Roberto Ierusalimschy 64d39ed1b6 generational mode no longer sweep old objects пре 15 година
  Roberto Ierusalimschy 4433dbb5f5 userdata with finalizers are kept in a separated list ('udgc'), instead пре 15 година
  Roberto Ierusalimschy 0bbdddc86b allocator function receives the tag of object being allocated in 'osize' пре 15 година
  Roberto Ierusalimschy 8da245bfd2 better to keep GC state numbers sequential, to optimize switch in пре 15 година
  Roberto Ierusalimschy a2a2abcba4 new function 'luaC_runtilstate' to advance GC until a "valid" state пре 15 година
  Roberto Ierusalimschy 3c4d970a7b comment typos пре 16 година
  Roberto Ierusalimschy ce444bff33 (huge) simplification of GC management пре 16 година
  Roberto Ierusalimschy b51d76ce8d when doing hard memory tests, perform a full GC at every possible step пре 16 година
  Roberto Ierusalimschy 4a67e48611 new macro 'condmovestack' instead of 'condhardstacktests' пре 16 година