digitalmars.D.bugs - [Issue 11781] New: gc collections run even when disabled
- d-bugmail puremagic.com (31/31) Dec 19 2013 https://d.puremagic.com/issues/show_bug.cgi?id=11781
- d-bugmail puremagic.com (10/10) Dec 19 2013 https://d.puremagic.com/issues/show_bug.cgi?id=11781
https://d.puremagic.com/issues/show_bug.cgi?id=11781 Summary: gc collections run even when disabled Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: druntime AssignedTo: nobody puremagic.com ReportedBy: bugzilla digitalmars.com 13:40:29 PST --- The following program: --------------------------- import std.stdio; import core.memory; void main() { GC.disable(); } ----------------------- when run prints: disable() enable() disable() fullcollect() where gc/gc.d has printf's put in disable(), enable(), and fullcollect(). -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 19 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11781 yebblies <yebblies gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yebblies gmail.com I don't think GC.disable should prevent the final collection from happening. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 19 2013