In what code would it be hardcoding? Is Pike.gc_parameters in 7.5 what you're looking for?
/ Martin Stjernholm, Roxen IS
Previous text:
2003-04-04 22:04: Subject: Predictable gc == manual
Is there functionality to disable all automatic gc() without actually hardcoding it in the code? In certain cases, say if you make a game (no, I don't have an actual project - it's theoretical), you definitely would want to limit gc to predictable times (such as right after loading a new level - get any gc needed from the level loading and the previous level).
/ David Hedbor