summaryrefslogtreecommitdiff
path: root/tex/context/base/luat-sto.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2009-06-11 00:07:00 +0200
committerHans Hagen <pragma@wxs.nl>2009-06-11 00:07:00 +0200
commitac1327ec126b4416f897cd140fee6ea636094feb (patch)
tree7695437bb33c2e22a8dabc5c003c943fec5af7a5 /tex/context/base/luat-sto.lua
parent1f8c4726d3da14ebb6071bdba5888ebe763329d0 (diff)
downloadcontext-ac1327ec126b4416f897cd140fee6ea636094feb.tar.gz
beta 2009.06.11 00:07
Diffstat (limited to 'tex/context/base/luat-sto.lua')
-rw-r--r--tex/context/base/luat-sto.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/luat-sto.lua b/tex/context/base/luat-sto.lua
index 10de76b28..6fea91514 100644
--- a/tex/context/base/luat-sto.lua
+++ b/tex/context/base/luat-sto.lua
@@ -78,6 +78,7 @@ function storage.dump()
code = initialize .. table.serialize(original,name) .. finalize
end
lua.bytecode[storage.max] = loadstring(code)
+ collectgarbage("step")
end
end