diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-07-09 14:22:09 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-07-09 14:22:09 -0300 |
commit | 626cf0581bc214722033d61c69d5db9e51e53465 (patch) | |
tree | 53e219bda54f6985b33fb06a87dad68fb2a8f9ed /all | |
parent | ccf6d098f6a46053ef671b42100e68f12352c5ec (diff) | |
download | lua-626cf0581bc214722033d61c69d5db9e51e53465.tar.gz lua-626cf0581bc214722033d61c69d5db9e51e53465.tar.bz2 lua-626cf0581bc214722033d61c69d5db9e51e53465.zip |
Generational mode may wait longer after a major collection
When Lua is building large long-duration structures, frequent small
minor collections just waste time. Trying to avoid this, the
collector will do a larger pause after a major collection when it
does not collect enough garbage (which is a hint that memory is
being used for long-lasting objects).
Diffstat (limited to 'all')
0 files changed, 0 insertions, 0 deletions