Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 12b6f610b0 Several tweaks in the garbage collector 1 year ago
  Roberto Ierusalimschy e81f586001 Removed compatibility option LUA_COMPAT_GCPARAMS 1 year ago
  Roberto Ierusalimschy e2cc179454 New option "setparms" for 'collectgarbage' 1 year ago
  Roberto Ierusalimschy ad0ea7813b GC parameters encoded as floating-point bytes 1 year ago
  Roberto Ierusalimschy 4eda1acafa Cleaner protocol between 'lua_dump' and writer function 1 year ago
  Roberto Ierusalimschy 925fe8a0f2 First criteria for shifts minor<->major 1 year ago
  Roberto Ierusalimschy 789e7acdea Major collections done incrementally 1 year ago
  Roberto Ierusalimschy b719ff9399 Removed parameter in 'collectgarbage("step")' 1 year ago
  Roberto Ierusalimschy 35a2fed2d1 Removed deprecated options in 'lua_gc' 1 year ago
  Roberto Ierusalimschy 024f9064f1 External strings 1 year ago
  Roberto Ierusalimschy 37c215b43f Merge branch 'newarray' into nextversion 1 year ago
  Roberto Ierusalimschy fa075b7953 Merge branch 'master' into newarray 1 year ago
  Roberto Ierusalimschy 43c8e5bded Full abstraction for representation of array values 1 year ago
  Roberto Ierusalimschy c815c2f0eb Merge branch 'master' into nextversion 2 years ago
  Roberto Ierusalimschy 9b4f39ab14 More disciplined use of 'getstr' and 'tsslen' 2 years ago
  Roberto Ierusalimschy 819bd51d87 Some cleaning in the new table API 2 years ago
  Roberto Ierusalimschy f8d30826dd New table API for 'set' functions 2 years ago
  Roberto Ierusalimschy 351ccd7332 Towards a new implementation of arrays 2 years ago
  Roberto Ierusalimschy d70a0c91ad Dump/undump reuse strings 2 years ago
  Roberto Ierusalimschy 5d8b5b9290 Changed signal of GC debt 2 years ago
  Roberto Ierusalimschy 40565b4a08 Revamp of GC parameters 2 years ago
  Roberto Ierusalimschy 0270c204c2 Simplification in handling of GC debt 2 years ago
  Roberto Ierusalimschy d324a0ccf9 Simpler control for major collections 2 years ago
  Roberto Ierusalimschy 152b51955a Removed GC checks from function calls 2 years ago
  Roberto Ierusalimschy ec61be9a7e 'l_mem' renamed to 'l_obj' to count objects 2 years ago
  Roberto Ierusalimschy f356d5acdd First version of GC counting objects for control 2 years ago
  Roberto Ierusalimschy 413a393e62 Stack indices changed to union's 2 years ago
  Roberto Ierusalimschy 196bb94d66 Bug: 'lua_settop' may use an invalid pointer to stack 3 years ago
  Roberto Ierusalimschy 4a00f61276 'lua_checkstack' doesn't need to check stack overflow 3 years ago
  Roberto Ierusalimschy 86ec152433 Details 3 years ago