2006/6/23, David Nicol <[EMAIL PROTECTED]>:
Is it possible to turn garbage collection totally off for a null-case run-time comparison or would that cause thrashing except for very small jobs?
It should be possible to adopt ggc-none for usage in GCC proper with little effort. Shouldn't cause trashing very soon: in my C tests, if GC memory peaks at 30MB, then total GC allocated memory is about 50MB. -- Laurynas