Roberto Ierusalimschy
|
48a8d78102
|
new tests to check memory consistency (for incremental GC)
|
2004-03-15 18:04:54 -03:00 |
Roberto Ierusalimschy
|
a4e1230f95
|
better way to control open upvalues
|
2004-03-15 18:04:33 -03:00 |
Roberto Ierusalimschy
|
9804467eeb
|
detail
|
2004-03-13 10:32:09 -03:00 |
Roberto Ierusalimschy
|
a003e89125
|
better error messages for some limits
|
2004-03-12 16:53:56 -03:00 |
Roberto Ierusalimschy
|
b876ec61c0
|
new (temporary?) API for garbage collector
|
2004-03-09 14:34:35 -03:00 |
Roberto Ierusalimschy
|
898e8a6794
|
added include to stdarg.h (as it uses vararg facilities)
|
2004-02-20 13:01:05 -03:00 |
Roberto Ierusalimschy
|
1edea34666
|
details
|
2004-02-18 10:40:03 -03:00 |
Roberto Ierusalimschy
|
2aaf7394ad
|
more and better tools (assertions & inspectors) to check incremental GC
|
2004-02-16 16:09:52 -03:00 |
Roberto Ierusalimschy
|
b3ce450529
|
avoid calling `memcmp' with a NULL argument
|
2004-01-15 10:40:26 -02:00 |
Roberto Ierusalimschy
|
24434b59f7
|
'%' must be '%%' to avoid formatting problems
|
2004-01-02 09:54:14 -02:00 |
Roberto Ierusalimschy
|
beb2aa5a46
|
atomic operations are not GC "states"
|
2003-12-12 16:29:34 -02:00 |
Roberto Ierusalimschy
|
47fc57a252
|
`TObject' renamed to `TValue' + other name changes and better assertions
for incremental garbage collection
|
2003-12-10 10:13:36 -02:00 |
Roberto Ierusalimschy
|
4d5fe1f54b
|
detail
|
2003-12-10 09:04:54 -02:00 |
Roberto Ierusalimschy
|
df429f163a
|
First version of incremental GC
|
2003-12-09 14:56:11 -02:00 |
Roberto Ierusalimschy
|
fe595a45c2
|
`grayagain' list
|
2003-12-04 16:52:23 -02:00 |
Roberto Ierusalimschy
|
9db1942bac
|
sweep of strings also incremental
|
2003-12-04 15:22:42 -02:00 |
Roberto Ierusalimschy
|
c6eac44a94
|
two different white flags (to distinguish dead elements from new ones)
|
2003-12-03 18:03:07 -02:00 |
Roberto Ierusalimschy
|
8878554b85
|
single list for all collectible objects, with udata separated at the
end of the list
|
2003-12-03 10:30:41 -02:00 |
Roberto Ierusalimschy
|
af850484a9
|
default metatable can be NULL
|
2003-12-01 16:22:56 -02:00 |
Roberto Ierusalimschy
|
1d10acb355
|
incremental GC phases
|
2003-12-01 14:33:30 -02:00 |
Roberto Ierusalimschy
|
da61624756
|
avoid overflow when doubling size
|
2003-11-27 16:18:37 -02:00 |
Roberto Ierusalimschy
|
8b97b072cd
|
details
|
2003-11-27 16:05:14 -02:00 |
Roberto Ierusalimschy
|
5ee63257f9
|
macros for closure sizes are global
|
2003-11-24 16:50:36 -02:00 |
Roberto Ierusalimschy
|
8bc6c68021
|
details
|
2003-11-19 17:59:18 -02:00 |
Roberto Ierusalimschy
|
57b6ed6815
|
initial implementation of white/gray/black coloring
|
2003-11-19 17:41:57 -02:00 |
Roberto Ierusalimschy
|
9b9cdfee8b
|
gclist for upvalues must be available even when upvalue is still open
|
2003-11-19 17:41:30 -02:00 |
Roberto Ierusalimschy
|
366e4af3c9
|
towards incremental GC
|
2003-11-18 12:55:11 -02:00 |
Roberto Ierusalimschy
|
53c7f86194
|
details
|
2003-11-18 08:44:53 -02:00 |
Roberto Ierusalimschy
|
ab7d9bfd0c
|
cleaner code for manipulation of `marked' field
|
2003-11-17 17:50:05 -02:00 |
Roberto Ierusalimschy
|
921b1723e2
|
comments
|
2003-11-11 14:34:17 -02:00 |
Roberto Ierusalimschy
|
fa198197a0
|
lua_(set)getglobal are ok to use
|
2003-11-05 09:59:14 -02:00 |
Roberto Ierusalimschy
|
1e944de6cb
|
towards a "stackless" call of metamethods (?)
|
2003-10-27 17:14:31 -02:00 |
Roberto Ierusalimschy
|
275c150b17
|
`error()' (and `error(nil)') generates errors with no error messages
|
2003-10-23 16:06:22 -02:00 |
Roberto Ierusalimschy
|
d6d896b953
|
lua_set(get)global may use lua_set(get)field
|
2003-10-21 08:58:58 -02:00 |
Roberto Ierusalimschy
|
07201066bd
|
core does not look for function name in globals (too particular)
|
2003-10-20 16:42:28 -02:00 |
Roberto Ierusalimschy
|
97b838d9ab
|
new semantics for setn/getn (no more changes to `n')
|
2003-10-20 16:32:55 -02:00 |
Roberto Ierusalimschy
|
c51bcf4796
|
it's ok to dump functions with upvalues
|
2003-10-20 15:42:41 -02:00 |
Roberto Ierusalimschy
|
03bab90303
|
new function `lua_getallocf' to retrieve allocation function and data
|
2003-10-20 10:25:23 -02:00 |
Roberto Ierusalimschy
|
8502331f69
|
`luaX_errorline' was used only in one place
|
2003-10-20 10:24:34 -02:00 |
Roberto Ierusalimschy
|
9914e1bcdd
|
detail
|
2003-10-20 10:24:26 -02:00 |
Roberto Ierusalimschy
|
10de467c79
|
new function `lua_createtable'
|
2003-10-10 10:29:28 -03:00 |
Roberto Ierusalimschy
|
533737f26e
|
new functions `lua_getfield' and `lua_setfield'
|
2003-10-10 09:57:55 -03:00 |
Roberto Ierusalimschy
|
a41d60e1d1
|
debugger can only see `local function' after it has a meaningful value
|
2003-10-09 14:56:23 -03:00 |
Roberto Ierusalimschy
|
f04fe526cd
|
new functions `lua_tointeger' and lua_pushinteger'
|
2003-10-07 17:13:41 -03:00 |
Roberto Ierusalimschy
|
21947deddc
|
new bug + correction in path for coroutine bug
|
2003-10-07 09:34:21 -03:00 |
Roberto Ierusalimschy
|
3087636c76
|
detail
|
2003-10-03 13:07:44 -03:00 |
Roberto Ierusalimschy
|
7b8504840f
|
buffer should better use `size_t' for its size
|
2003-10-03 13:05:34 -03:00 |
Roberto Ierusalimschy
|
3a508b8bd7
|
avoid the use of `strlen' (strings are literals)
|
2003-10-03 13:04:24 -03:00 |
Roberto Ierusalimschy
|
6becdb3e70
|
details
|
2003-10-03 13:04:11 -03:00 |
Roberto Ierusalimschy
|
b97fb932ec
|
Lua kernel does not use malloc/free functions.
|
2003-10-02 17:31:17 -03:00 |