257 Commits (4433dbb5f5ac0bb6118bc49ddf061f194c070814)

Author SHA1 Message Date
Roberto Ierusalimschy 3010eb0536 all objects with several children (tables, closures, stacks, prototypes) 22 years ago
Roberto Ierusalimschy ac27b7a842 avoid traversing extra elements when cleaning weak tables 22 years ago
Roberto Ierusalimschy dff9be4224 new macros to distinguish different types of object moves (for future GC 22 years ago
Roberto Ierusalimschy 96e15b8501 threads now are real Lua objects, subject to garbage collection 22 years ago
Roberto Ierusalimschy 81bc5711a8 only one instance of registry and default metatable per global state 22 years ago
Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation 22 years ago
Roberto Ierusalimschy 6fb0fd5063 avoid `reclearing' weak tables 22 years ago
Roberto Ierusalimschy afe1305b1a avoid luaS_resize (which may need extra memory) during `main' activities 22 years ago
Roberto Ierusalimschy 4964e7c8a0 details 23 years ago
Roberto Ierusalimschy fdafd4f4a8 new structure for collectable objects, sharing a common header 23 years ago
Roberto Ierusalimschy ecc7769de2 names... 23 years ago
Roberto Ierusalimschy da19c436cc cleaning the stage for generational collection 23 years ago
Roberto Ierusalimschy 634344d61f new API for weak mode 23 years ago
Roberto Ierusalimschy 5037196f6f new macros `ttis*' 23 years ago
Roberto Ierusalimschy 79c8edb6c4 new names for light userdata operations 23 years ago
Roberto Ierusalimschy 39b2d58c39 new interface for debug hooks 23 years ago
Roberto Ierusalimschy 1ede98157d strings are always `strong' in weaktables 23 years ago
Roberto Ierusalimschy 9f4b5b5232 weak keys are removed only after finalization 23 years ago
Roberto Ierusalimschy 9d6556fd87 userdata are removed from weaktables before invoking their GC fallbacks 23 years ago
Roberto Ierusalimschy 2394604d10 assertion may fail when closing a state 23 years ago
Roberto Ierusalimschy 3941af53ad first implementation of independent global table per function 23 years ago
Roberto Ierusalimschy 01f1ac36b1 `global' tables (registry, etc.) stored in proper place, not in the stack 23 years ago
Roberto Ierusalimschy 383e8b9e77 use of a common `dummynode' for all empty tables 23 years ago
Roberto Ierusalimschy 237969724f support for `light' userdata + simpler support for `boxed' udata 23 years ago
Roberto Ierusalimschy 0b9b53e21c details 23 years ago
Roberto Ierusalimschy 19ac0fadc9 don't need to mark the stacks twice ;-) 23 years ago
Roberto Ierusalimschy ca2ceef659 simpler solution for finalizing udata 23 years ago
Roberto Ierusalimschy 8f837e83b2 using `ci->top' to control acceptable indices in C calls 23 years ago
Roberto Ierusalimschy 457d88eaaa configurable minimum size for the string table 23 years ago
Roberto Ierusalimschy 1a3f175640 small optimization 23 years ago
Roberto Ierusalimschy d6fd33e76f `eventtable' renamed to `metatable' 23 years ago
Roberto Ierusalimschy 50e2952593 first version of dynamic stack 23 years ago
Roberto Ierusalimschy d56d4cf776 distinct functions to create/destroy states and threads 23 years ago
Roberto Ierusalimschy b3bb0f132b new interface for weak modes 23 years ago
Roberto Ierusalimschy e04f7ed450 first version of Lua "stackless" 23 years ago
Roberto Ierusalimschy 21259a50e1 run GC tag methods in protected mod 23 years ago
Roberto Ierusalimschy 9aff171f3b new type `boolean' 23 years ago
Roberto Ierusalimschy ed9be5e1f0 reentrant implementation of garbage collection 23 years ago
Roberto Ierusalimschy 592a309177 tag system replaced by event tables 23 years ago
Roberto Ierusalimschy 413fc7334b new implementation for lua upvalues (sugested by E.T.): simpler and solves 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy 26bf2adace optimizations for space in LClosures and time cleanning weak tables 23 years ago
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