|
|
|
|
|
by gmueckl
2528 days ago
|
|
D with its conservative GC may run into random issues on 32 bit platforms. I have seen this effect in some rather trivial programs that should have used only a few MB of memory, but ended up eating up their whole address space and crashing. Not all D programs are affected all the time, mind you. But it's a bummer if it happens. Having made this experience, I doubt that conservative GC can ever be declared safe, unlike completely precise GC. |
|