Historia zmian

Autor SHA1 Wiadomość Data
  Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 lat temu
  Roberto Ierusalimschy b803c0600e details 25 lat temu
  Roberto Ierusalimschy 330e51bed3 string hash uses one single hash table 25 lat temu
  Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table 25 lat temu
  Roberto Ierusalimschy 870f61d299 code redistribution 25 lat temu
  Roberto Ierusalimschy 8f0f54ec38 name change 25 lat temu
  Roberto Ierusalimschy a69356e9e0 no more special cases for closures with 0 upvalues (performance is the same, 25 lat temu
  Roberto Ierusalimschy b53dc0c485 TAG_ARRAY -> TAG_TABLE 25 lat temu
  Roberto Ierusalimschy 102a1be615 no more support for gc TM for tables 25 lat temu
  Roberto Ierusalimschy 73aa465a8e some name changes 25 lat temu
  Roberto Ierusalimschy 1f691a4fcd renaming of some opcodes and fields 25 lat temu
  Roberto Ierusalimschy d11e5adf55 `const' array in protos breaked in 3 arrays (for strings, numbers, and 25 lat temu
  Roberto Ierusalimschy acdb0b741e comments. 26 lat temu
  Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 26 lat temu
  Roberto Ierusalimschy 6c79a0a80d new way to control hooks inside hooks (now the control is done inside Lua) 26 lat temu
  Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 26 lat temu
  Roberto Ierusalimschy fe237ad808 fixed stack; first version. 26 lat temu
  Roberto Ierusalimschy d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. 26 lat temu
  Roberto Ierusalimschy e5743adb21 macros `key', `val', and `node' don't need the state 26 lat temu
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 26 lat temu
  Roberto Ierusalimschy 0c725b2492 buffer can shrink when too big 26 lat temu
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) 26 lat temu
  Roberto Ierusalimschy 4e9f2d13d5 new implementation of hash tables. 26 lat temu
  Roberto Ierusalimschy c5fee7615e new implementation for string hashing, with chaining. 26 lat temu
  Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). 26 lat temu
  Roberto Ierusalimschy d53e2d2386 details 26 lat temu
  Roberto Ierusalimschy c787dccd9b "const" !!! 26 lat temu
  Roberto Ierusalimschy b44e35b773 new constants LUA_NOREF and LUA_REFNIL. 26 lat temu
  Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". 26 lat temu
  Roberto Ierusalimschy 72d675aba7 macros "growvector" and "reallocvector" more compact 26 lat temu