Roberto Ierusalimschy
|
b34a97a4af
Small optimization in 'luaH_psetint'
|
1 year ago |
Roberto Ierusalimschy
|
3e9dbe143d
New function 'table.create'
|
1 year ago |
Roberto Ierusalimschy
|
4a8e480864
New mechanism to query GC parameters
|
1 year ago |
Roberto Ierusalimschy
|
17e0c29d9b
Clear interface between references and predefines
|
1 year ago |
Roberto Ierusalimschy
|
8eb0abc9db
Removed uses of LUA_NUMTAGS
|
1 year ago |
Roberto Ierusalimschy
|
d862da6d04
Optimizations for 'lua_rawgeti' and 'lua_rawseti'
|
1 year ago |
Roberto Ierusalimschy
|
7827c40c49
A few more tweaks in the garbage collector
|
1 year ago |
Roberto Ierusalimschy
|
e7af9cdf0b
Fixed buffers reuse absolute line information
|
1 year ago |
Roberto Ierusalimschy
|
12b6f610b0
Several tweaks in the garbage collector
|
1 year ago |
Roberto Ierusalimschy
|
e81f586001
Removed compatibility option LUA_COMPAT_GCPARAMS
|
1 year ago |
Roberto Ierusalimschy
|
e2cc179454
New option "setparms" for 'collectgarbage'
|
1 year ago |
Roberto Ierusalimschy
|
ad0ea7813b
GC parameters encoded as floating-point bytes
|
1 year ago |
Roberto Ierusalimschy
|
666e95a66d
Option 0 for step multiplier makes GC non-incremental
|
1 year ago |
Roberto Ierusalimschy
|
4eda1acafa
Cleaner protocol between 'lua_dump' and writer function
|
1 year ago |
Roberto Ierusalimschy
|
ad73b33224
Check minor->major made at the end of a minor cycle
|
1 year ago |
Roberto Ierusalimschy
|
925fe8a0f2
First criteria for shifts minor<->major
|
1 year ago |
Roberto Ierusalimschy
|
789e7acdea
Major collections done incrementally
|
1 year ago |
Roberto Ierusalimschy
|
74b4013538
Removed macro 'changeage'
|
1 year ago |
Roberto Ierusalimschy
|
b719ff9399
Removed parameter in 'collectgarbage("step")'
|
1 year ago |
Roberto Ierusalimschy
|
35a2fed2d1
Removed deprecated options in 'lua_gc'
|
1 year ago |
Roberto Ierusalimschy
|
63d68bd657
Comments detailing the ages for generational GC
|
1 year ago |
Roberto Ierusalimschy
|
011850a8f8
Details in the manual
|
1 year ago |
Roberto Ierusalimschy
|
52b899d60d
Simpler coding for new representation for arrays
|
1 year ago |
Roberto Ierusalimschy
|
25cd3d377e
Buffer in 'luai_makeseed' measured in bytes
|
1 year ago |
Roberto Ierusalimschy
|
1028f296a8
Default paths stored as external strings
|
1 year ago |
Roberto Ierusalimschy
|
6d042a178f
Auxiliary buffer uses external strings
|
1 year ago |
Roberto Ierusalimschy
|
eabf425c76
Correct anchoring and GC barriers in 'loadString'
|
1 year ago |
Roberto Ierusalimschy
|
3b57e37e48
Fixed buffers save long strings as external.
|
1 year ago |
Roberto Ierusalimschy
|
024f9064f1
External strings
|
1 year ago |
Roberto Ierusalimschy
|
7f4906f565
Towards external strings
|
1 year ago |