Roberto Ierusalimschy
|
12b6f610b0
Several tweaks in the garbage collector
|
1 year ago |
Roberto Ierusalimschy
|
ad0ea7813b
GC parameters encoded as floating-point bytes
|
1 year ago |
Roberto Ierusalimschy
|
52b899d60d
Simpler coding for new representation for arrays
|
1 year ago |
Roberto Ierusalimschy
|
024f9064f1
External strings
|
1 year ago |
Roberto Ierusalimschy
|
7f4906f565
Towards external strings
|
1 year ago |
Roberto Ierusalimschy
|
37c215b43f
Merge branch 'newarray' into nextversion
|
1 year ago |
Roberto Ierusalimschy
|
fa075b7953
Merge branch 'master' into newarray
|
1 year ago |
Roberto Ierusalimschy
|
08a077d673
Full implementation of new representation for arrays
|
1 year ago |
Roberto Ierusalimschy
|
43c8e5bded
Full abstraction for representation of array values
|
1 year ago |
Roberto Ierusalimschy
|
14e416355f
Added suport for Fixed Buffers
|
1 year ago |
Roberto Ierusalimschy
|
f33cda8d6e
New macro 'getlstr'
|
2 years ago |
Roberto Ierusalimschy
|
96f7714237
Field 'Proto.is_vararg' uses only one bit
|
2 years ago |
Roberto Ierusalimschy
|
c815c2f0eb
Merge branch 'master' into nextversion
|
2 years ago |
Roberto Ierusalimschy
|
9b4f39ab14
More disciplined use of 'getstr' and 'tsslen'
|
2 years ago |
Roberto Ierusalimschy
|
efc7c5d503
Merge branch 'master' into nextversion
|
2 years ago |
Roberto Ierusalimschy
|
be908a7d4d
Removed unused field 'UpVal.tbc'
|
2 years ago |
Roberto Ierusalimschy
|
8047b2d03e
Tables have a 'lastfree' information only when needed
|
2 years ago |
Roberto Ierusalimschy
|
ee645472eb
Stack reallocation done with a single realloc
|
2 years ago |
Roberto Ierusalimschy
|
413a393e62
Stack indices changed to union's
|
2 years ago |
Roberto Ierusalimschy
|
d61b0c6028
More checks and documentation for uses of EXTRA_STACK
|
3 years ago |
Roberto Ierusalimschy
|
0e5071b5fb
Avoid taking the address of a 'TValue' field
|
3 years ago |
Roberto Ierusalimschy
|
bef250eb8d
Details
|
4 years ago |
Roberto Ierusalimschy
|
81c6021fb4
New implementation for 'tbclist'
|
4 years ago |
Roberto Ierusalimschy
|
4e47f81188
New implementation for to-be-closed variables
|
4 years ago |
Roberto Ierusalimschy
|
e1ceea5674
Cleaner definition for macro 'ttisclosure'
|
4 years ago |
Roberto Ierusalimschy
|
52c8679760
Fixed bug of keys removed from tables vs 'next'
|
4 years ago |
Roberto Ierusalimschy
|
7c3cb71fa4
Free bit 7 of GC 'marked' field
|
5 years ago |
Roberto Ierusalimschy
|
68109afcdb
Detail (in asserts)
|
5 years ago |
Roberto Ierusalimschy
|
9514abc2da
Cleaner definition for 'TString'
|
5 years ago |
Roberto Ierusalimschy
|
0ddc0f47bd
Several details about 5.4.0 rc1
|
5 years ago |