265 Commits (376e939ef62548ac64ab8f7b62051acd1ca452e3)

Author SHA1 Message Date
Roberto Ierusalimschy af59848219 tables of globals accessible through pseudo-index in C API 23 years ago
Roberto Ierusalimschy 21aa7e55f2 optimization for array part of a Table 23 years ago
Roberto Ierusalimschy 1e81da51ba new API for registry and C upvalues + new implementation for references 23 years ago
Roberto Ierusalimschy 15462edb0f new definitions for closure structures 23 years ago
Roberto Ierusalimschy abdbe883a8 first implementation of unrestricted static scoping 24 years ago
Roberto Ierusalimschy e1d072571e better syntax for type casts 24 years ago
Roberto Ierusalimschy 770954510f rename of `kproto' to `p' 24 years ago
Roberto Ierusalimschy 37f3a1c045 too much optimization to "break" keys in tables; keep them as TObjects... 24 years ago
Roberto Ierusalimschy 777061e441 resurect userdata before calling its GC tag method 24 years ago
Roberto Ierusalimschy 8e586c13fc cleaner way to ensure alignment for strings and userdata 24 years ago
Roberto Ierusalimschy eadf2aaaff small optimizations 24 years ago
Roberto Ierusalimschy a3fbf5f5fd details 24 years ago
Roberto Ierusalimschy 89e8303f4e more robust treatment of GC tag methods (now they can create new 24 years ago
Roberto Ierusalimschy cbc59592ff new definition for `luaD_call' and `luaD_adjusttop' 24 years ago
Roberto Ierusalimschy ba11831d35 smaller structs for udata and for strings 24 years ago
Roberto Ierusalimschy d5b83ead90 new implementation for userdatas, without `keys' 24 years ago
Roberto Ierusalimschy 943b8f5b18 details 24 years ago
Roberto Ierusalimschy 762d059a13 new implementation for the Virtual Machine 24 years ago
Roberto Ierusalimschy beee01b170 re-implementation of refs through weak tables 24 years ago
Roberto Ierusalimschy 0e0e4a480e first implementation for weak tables 24 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy 6048c4f74d better way to link callinfo's and stack 24 years ago
Roberto Ierusalimschy 7b84f9e65c lower-case for macros with arguments 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 5f37134e64 avoid '...' and "..." inside comments 24 years ago
Roberto Ierusalimschy 888f91fa24 code check for upvalues 24 years ago
Roberto Ierusalimschy 099442c41f better separation between basic types 24 years ago
Roberto Ierusalimschy 7178a5e34a new way to handle top x L->top 24 years ago
Roberto Ierusalimschy 1f9e3731d1 back to the basics (well-behaved variant record...) 24 years ago
Roberto Ierusalimschy 42224ca553 loop of 'dostring' may never reclaim memory 24 years ago
Roberto Ierusalimschy 426d3e43bd lock/unlock may use L + better structure for internal debug stuff 24 years ago
Roberto Ierusalimschy e506b864cd no need for tags in boxed values :-( 24 years ago
Roberto Ierusalimschy 63a822c8e1 all boxed types start with their tags 24 years ago
Roberto Ierusalimschy 6b71a9cfe5 smaller tables for machines with 8-bit alignment 24 years ago
Roberto Ierusalimschy 9b45439860 details 24 years ago
Roberto Ierusalimschy 7959f3aebb easier way to erase 'dead' keys 24 years ago
Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 years ago
Roberto Ierusalimschy 6fda6a5302 support for multiple stacks sharing the same global environment 24 years ago
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