227 Commits (619be354c8e38b53d36930dc6f7f1242cd2d853f)

Author SHA1 Message Date
Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces 18 years ago
Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) 19 years ago
Roberto Ierusalimschy 0079efc479 bug: collector did not compensate enough for userdata with finalizers 19 years ago
Roberto Ierusalimschy c505f341d6 small changes in casts 19 years ago
Roberto Ierusalimschy 4ff1e5b4e1 details 19 years ago
Roberto Ierusalimschy 680fc88cc2 a small bug 20 years ago
Roberto Ierusalimschy 746a1d612b small bug (type error) 20 years ago
Roberto Ierusalimschy 90de38bf1f warnings in VS .Net 20 years ago
Roberto Ierusalimschy 6cf85dcc90 metatables for all types 20 years ago
Roberto Ierusalimschy 390256edf7 better name for GC pause 20 years ago
Roberto Ierusalimschy 4494094031 detail 20 years ago
Roberto Ierusalimschy 370d31a559 `luac´ -> `luai' (to avoid confusion with other luac stuff) 20 years ago
Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them 20 years ago
Roberto Ierusalimschy d55bb795fa details 20 years ago
Roberto Ierusalimschy 7d45a5f48f C functions and userdata also have environments 20 years ago
Roberto Ierusalimschy 73d7640244 more secure way to stop GC cycles during finalizers 20 years ago
Roberto Ierusalimschy 678d2fb2ac all collected userdata must go to the end of the list of finalizers 20 years ago
Roberto Ierusalimschy 4df8800a01 cleaner way to free all objects 20 years ago
Roberto Ierusalimschy 334ba8132b cleaner way to remark open upvalues 20 years ago
Roberto Ierusalimschy 5be517602e no more generational collector (and no more `noinc' mode) 20 years ago
Roberto Ierusalimschy e2498e079e change in hash algorithm so that it does not need empty slot 20 years ago
Roberto Ierusalimschy c6254dceff a different option for the GC 20 years ago
Roberto Ierusalimschy 39a8082f50 more options for controling the GC 20 years ago
Roberto Ierusalimschy 0e002005b1 better names for `luaM_free...' macros 20 years ago
Roberto Ierusalimschy 2f82bf6fe9 better support for 64-bit machines 20 years ago
Roberto Ierusalimschy 6f1ea817f5 better control over memory-size overflows 20 years ago
Roberto Ierusalimschy 8050e75f9d bug: gc metamethod must disable GC steps (to avoid nested calls) 20 years ago
Roberto Ierusalimschy bd38017ddf small optimization for table size in machines with double allignment 20 years ago
Roberto Ierusalimschy 0e54d2be36 bug: barrier was wrong for generational phase 20 years ago
Roberto Ierusalimschy 0de2065f4e tighter tests for stack overflow 20 years ago
Roberto Ierusalimschy 0b06241483 better control for GC cycles 20 years ago
Roberto Ierusalimschy 32d4f304db first implementation of generational GC 20 years ago
Roberto Ierusalimschy 26ae992129 less conservative write barrier for tables 21 years ago
Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 years ago
Roberto Ierusalimschy 178246062c reuse `sweeplist' for all lists 21 years ago
Roberto Ierusalimschy a4e1230f95 better way to control open upvalues 21 years ago
Roberto Ierusalimschy b876ec61c0 new (temporary?) API for garbage collector 21 years ago
Roberto Ierusalimschy 2aaf7394ad more and better tools (assertions & inspectors) to check incremental GC 21 years ago
Roberto Ierusalimschy beb2aa5a46 atomic operations are not GC "states" 21 years ago
Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions 21 years ago
Roberto Ierusalimschy df429f163a First version of incremental GC 21 years ago
Roberto Ierusalimschy fe595a45c2 `grayagain' list 21 years ago
Roberto Ierusalimschy 9db1942bac sweep of strings also incremental 21 years ago
Roberto Ierusalimschy c6eac44a94 two different white flags (to distinguish dead elements from new ones) 21 years ago
Roberto Ierusalimschy 8878554b85 single list for all collectible objects, with udata separated at the 21 years ago
Roberto Ierusalimschy af850484a9 default metatable can be NULL 21 years ago
Roberto Ierusalimschy 1d10acb355 incremental GC phases 21 years ago
Roberto Ierusalimschy 57b6ed6815 initial implementation of white/gray/black coloring 21 years ago
Roberto Ierusalimschy 366e4af3c9 towards incremental GC 21 years ago
Roberto Ierusalimschy ab7d9bfd0c cleaner code for manipulation of `marked' field 21 years ago