Roberto Ierusalimschy
|
4343420d4d
|
simplified version of `gc' tag method (only for userdata now).
|
1999-10-04 15:51:04 -02:00 |
Roberto Ierusalimschy
|
e2fc5aa684
|
checks table size only when element is a new one
|
1999-09-28 09:27:06 -03:00 |
Roberto Ierusalimschy
|
c787dccd9b
|
"const" !!!
|
1999-08-16 17:52:00 -03:00 |
Roberto Ierusalimschy
|
b678e465a1
|
warnings in Solaris
|
1999-02-26 12:49:53 -03:00 |
Roberto Ierusalimschy
|
7bdbd833b5
|
userdata and strings are kept in separate stringtables
|
1999-02-08 14:28:48 -02:00 |
Roberto Ierusalimschy
|
13ad46b67d
|
uses the same double hashing that is used for tables
|
1999-01-25 15:38:04 -02:00 |
Roberto Ierusalimschy
|
d7294c6de8
|
double hashing for string tables.
|
1999-01-04 11:37:29 -02:00 |
Roberto Ierusalimschy
|
5378331f2d
|
hash tables may shrink if use rate is too small.
|
1998-08-10 18:36:32 -03:00 |
Roberto Ierusalimschy
|
894a264671
|
new hash function.
|
1998-07-27 14:06:17 -03:00 |
Roberto Ierusalimschy
|
9618aaf07d
|
small corrections in comments
|
1998-06-19 13:14:09 -03:00 |
Roberto Ierusalimschy
|
88a2023c32
|
support for strings with '\0'
|
1998-03-06 13:54:42 -03:00 |
Roberto Ierusalimschy
|
6cdf0d8768
|
tables can become full of "emptys" slots, and keep growing without limits.
|
1998-01-28 14:50:33 -02:00 |
Roberto Ierusalimschy
|
5981161360
|
small optimizations (?)
|
1998-01-13 16:06:27 -02:00 |
Roberto Ierusalimschy
|
90d87e3a78
|
details
|
1997-12-30 17:15:52 -02:00 |
Roberto Ierusalimschy
|
80b3d28f4a
|
details (mainly error messages)
|
1997-12-09 11:50:08 -02:00 |
Roberto Ierusalimschy
|
3393fd7f25
|
first version of "lua_close"
|
1997-12-01 18:31:25 -02:00 |
Roberto Ierusalimschy
|
accd7bc253
|
small modifications (format, small optimizations, etc)
|
1997-11-21 17:00:46 -02:00 |
Roberto Ierusalimschy
|
592a3f289b
|
first implementation of centralized global state.
|
1997-11-19 15:29:23 -02:00 |
Roberto Ierusalimschy
|
45cad43c3f
|
"lua_open": now lua has an explicit open operation.
|
1997-11-04 13:27:53 -02:00 |
Roberto Ierusalimschy
|
907368ead5
|
GC now considers an "estimate" of object size, instead of just the number
of objects.
|
1997-10-23 14:26:37 -02:00 |
Roberto Ierusalimschy
|
a580480b07
|
new implementation for globals: Global value is stored in TaggedString
|
1997-09-26 12:02:26 -03:00 |
Roberto Ierusalimschy
|
daa858ef27
|
String table (keep all strings handled by Lua)
|
1997-09-16 16:25:59 -03:00 |