Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy fd7d0774e5 luaH_set does the set and protect its value; luaH_move can then be a hace 26 años
  Roberto Ierusalimschy 1b45e967b4 table entries with ref=null always have val=null too. hace 26 años
  Roberto Ierusalimschy 933bead92e small optimizations(?) hace 26 años
  Roberto Ierusalimschy b9c9ccfbb4 function "move" for tables is better implemented with some "inside hace 26 años
  Roberto Ierusalimschy 9a45543841 tables are better manipulated via "Hash *" instead of "TObject" or hace 27 años
  Roberto Ierusalimschy 8e226e6a09 small bug: nuse may change when table is rehashed; hace 27 años
  Roberto Ierusalimschy 5378331f2d hash tables may shrink if use rate is too small. hace 27 años
  Roberto Ierusalimschy 41d9ea948c auxiliar functions "luaH_setint" & "luaH_getint". hace 27 años
  Roberto Ierusalimschy 6cdf0d8768 tables can become full of "emptys" slots, and keep growing without limits. hace 27 años
  Roberto Ierusalimschy 5981161360 small optimizations (?) hace 27 años
  Roberto Ierusalimschy 0e1058cfdd small optimizations in switch order hace 27 años
  Roberto Ierusalimschy 45e533599f optimization: closures without upvalues don't need to be closures hace 28 años
  Roberto Ierusalimschy 80b3d28f4a details (mainly error messages) hace 28 años
  Roberto Ierusalimschy accd7bc253 small modifications (format, small optimizations, etc) hace 28 años
  Roberto Ierusalimschy 592a3f289b first implementation of centralized global state. hace 28 años
  Roberto Ierusalimschy e78cf96c97 first version of Cclosures. hace 28 años
  Roberto Ierusalimschy 907368ead5 GC now considers an "estimate" of object size, instead of just the number hace 28 años
  Roberto Ierusalimschy 2c89651fc6 macro "val" should live together with macro "ref". hace 28 años
  Roberto Ierusalimschy eb617df2d8 better way to traverse GCnode lists. hace 28 años
  Roberto Ierusalimschy a404f6e0e6 Lua tables (hash) hace 28 años