Commit History

Author SHA1 Message Date
  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
  Roberto Ierusalimschy 0bfc572e51 Bug: GC is not reentrant 3 years ago
  Roberto Ierusalimschy 2ff3471722 Using 'inline' in some functions 3 years ago
  Roberto Ierusalimschy fc6c74f100 'index2value' more robust 4 years ago
  Roberto Ierusalimschy 511d53a826 lua_settop/lua_pop closes to-be-closed variables 4 years ago
  Roberto Ierusalimschy 4e47f81188 New implementation for to-be-closed variables 4 years ago
  Roberto Ierusalimschy c63e5d212b New macro 'completestate' 4 years ago