1Prelude.gcIncremental(3kaya) Kaya module referencePrelude.gcIncremental(3kaya)
2
3
4
6 Prelude::gcIncremental - Enable incremental garbage collection.
7
9 Void gcIncremental( )
10
12 Performs a small amount of garbage collection more often. Most
13 likely will lead to slower (though smoother) performance, but with
14 less overall memory usage. This function does nothing unless the
15 -nortchecks compiler option was used, as it makes debugging much
16 harder. This is generally recommended for interactive programs.
17
18 This function is automatically used for CGI programs and webapps.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
30
31
32Kaya December 2010 Prelude.gcIncremental(3kaya)