aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-07-09 14:22:09 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-07-09 14:22:09 -0300
commit626cf0581bc214722033d61c69d5db9e51e53465 (patch)
tree53e219bda54f6985b33fb06a87dad68fb2a8f9ed /lua.h
parentccf6d098f6a46053ef671b42100e68f12352c5ec (diff)
downloadlua-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 'lua.h')
0 files changed, 0 insertions, 0 deletions