177 Commits (921b1723e2fddde0382143b28b5be3b7128204b8)

Author SHA1 Message Date
Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state 24 years ago
Roberto Ierusalimschy f2c451d745 all accesses to TObjects done through macros 24 years ago
Roberto Ierusalimschy 0183b8030c `free' gets size of the block: complete control over memory use 24 years ago
Roberto Ierusalimschy 8c49e19865 explicit control of size for growing vectors 24 years ago
Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 24 years ago
Roberto Ierusalimschy b892f0a877 new API function `createuserdata' 24 years ago
Roberto Ierusalimschy 046a3d6173 tag methods are always functions, so don't need to store a whole object 24 years ago
Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 24 years ago
Roberto Ierusalimschy 78bc8e553d new API for garbage collector 24 years ago
Roberto Ierusalimschy dad808a73a new way to count `nblocks' for GC (try to count bytes). 24 years ago
Roberto Ierusalimschy c9c6f9747c GC may crash when checking C closures 24 years ago
Roberto Ierusalimschy 5ed3bcd4ea warnings in Solaris 24 years ago
Roberto Ierusalimschy 787a78f83e new scheme for buffers 25 years ago
Roberto Ierusalimschy 9fdf73bc9a first version for new API 25 years ago
Roberto Ierusalimschy c85162be27 new way to store local-variable information. 25 years ago
Roberto Ierusalimschy e238efc536 default now is multi-state 25 years ago
Roberto Ierusalimschy 0802a9df9e no more options for debug information: it is always on 25 years ago
Roberto Ierusalimschy d9e61e8cea new algorithm for traversing in GC to avoid deep recursion calls 25 years ago
Roberto Ierusalimschy cfba572076 remove dummy argument in LUA_ASSERT 25 years ago
Roberto Ierusalimschy afef009fce new version of debug system 25 years ago
Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file 25 years ago
Roberto Ierusalimschy 8ca9534d04 access to `values' in TObject always through macros 25 years ago
Roberto Ierusalimschy c542aac0b9 collect dead indices in tables 25 years ago
Roberto Ierusalimschy dbfb810267 cleansing of lparser.c 25 years ago
Roberto Ierusalimschy 7e30900def better field name 25 years ago
Roberto Ierusalimschy 50a82ec1b9 gc tag methods for udata are called in (reverse) tag order 25 years ago
Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 years ago
Roberto Ierusalimschy b803c0600e details 25 years ago
Roberto Ierusalimschy 330e51bed3 string hash uses one single hash table 25 years ago
Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table 25 years ago
Roberto Ierusalimschy 870f61d299 code redistribution 25 years ago
Roberto Ierusalimschy 8f0f54ec38 name change 25 years ago
Roberto Ierusalimschy a69356e9e0 no more special cases for closures with 0 upvalues (performance is the same, 25 years ago
Roberto Ierusalimschy b53dc0c485 TAG_ARRAY -> TAG_TABLE 25 years ago
Roberto Ierusalimschy 102a1be615 no more support for gc TM for tables 25 years ago
Roberto Ierusalimschy 73aa465a8e some name changes 25 years ago
Roberto Ierusalimschy 1f691a4fcd renaming of some opcodes and fields 25 years ago
Roberto Ierusalimschy d11e5adf55 `const' array in protos breaked in 3 arrays (for strings, numbers, and 25 years ago
Roberto Ierusalimschy acdb0b741e comments. 25 years ago
Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 25 years ago
Roberto Ierusalimschy 6c79a0a80d new way to control hooks inside hooks (now the control is done inside Lua) 25 years ago
Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 25 years ago
Roberto Ierusalimschy fe237ad808 fixed stack; first version. 25 years ago
Roberto Ierusalimschy d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. 25 years ago
Roberto Ierusalimschy e5743adb21 macros `key', `val', and `node' don't need the state 25 years ago
Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 25 years ago
Roberto Ierusalimschy 0c725b2492 buffer can shrink when too big 25 years ago
Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) 25 years ago
Roberto Ierusalimschy 4e9f2d13d5 new implementation of hash tables. 25 years ago
Roberto Ierusalimschy c5fee7615e new implementation for string hashing, with chaining. 25 years ago