Commit Verlauf

Autor SHA1 Nachricht Datum
  Roberto Ierusalimschy 36e1390631 details. vor 25 Jahren
  Roberto Ierusalimschy a69356e9e0 no more special cases for closures with 0 upvalues (performance is the same, vor 25 Jahren
  Roberto Ierusalimschy b53dc0c485 TAG_ARRAY -> TAG_TABLE vor 25 Jahren
  Roberto Ierusalimschy 73aa465a8e some name changes vor 25 Jahren
  Roberto Ierusalimschy 3c9d999424 many details (most by lhf). vor 25 Jahren
  Roberto Ierusalimschy 74f1c3d025 small changes for "clean C" vor 25 Jahren
  Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. vor 26 Jahren
  Roberto Ierusalimschy b3fe203c36 keep it simple vor 26 Jahren
  Roberto Ierusalimschy d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. vor 26 Jahren
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). vor 26 Jahren
  Roberto Ierusalimschy d915cf4f9d ways to measure number of `blocks' for GC + details vor 26 Jahren
  Roberto Ierusalimschy 5a48255c9f invariant tests over tables performed externally, through a built-in vor 26 Jahren
  Roberto Ierusalimschy 910836fb53 warnings from Visual C++ vor 26 Jahren
  Roberto Ierusalimschy 4e9f2d13d5 new implementation of hash tables. vor 26 Jahren
  Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). vor 26 Jahren
  Roberto Ierusalimschy cf9a22396c "luaH_set" only needs to check size when key is new vor 26 Jahren
  Roberto Ierusalimschy c787dccd9b "const" !!! vor 26 Jahren
  Roberto Ierusalimschy cdd0fe9946 some C compilers cannot initialize a local struct vor 26 Jahren
  Roberto Ierusalimschy f04c83e075 new function "lua_next" (+ new implementation for "next") vor 26 Jahren
  Roberto Ierusalimschy fd7d0774e5 luaH_set does the set and protect its value; luaH_move can then be a vor 26 Jahren
  Roberto Ierusalimschy 1b45e967b4 table entries with ref=null always have val=null too. vor 26 Jahren
  Roberto Ierusalimschy 933bead92e small optimizations(?) vor 26 Jahren
  Roberto Ierusalimschy b9c9ccfbb4 function "move" for tables is better implemented with some "inside vor 27 Jahren
  Roberto Ierusalimschy 9a45543841 tables are better manipulated via "Hash *" instead of "TObject" or vor 27 Jahren
  Roberto Ierusalimschy 8e226e6a09 small bug: nuse may change when table is rehashed; vor 27 Jahren
  Roberto Ierusalimschy 5378331f2d hash tables may shrink if use rate is too small. vor 27 Jahren
  Roberto Ierusalimschy 41d9ea948c auxiliar functions "luaH_setint" & "luaH_getint". vor 27 Jahren
  Roberto Ierusalimschy 6cdf0d8768 tables can become full of "emptys" slots, and keep growing without limits. vor 27 Jahren
  Roberto Ierusalimschy 5981161360 small optimizations (?) vor 28 Jahren
  Roberto Ierusalimschy 0e1058cfdd small optimizations in switch order vor 28 Jahren