comp.lang.ada
 help / color / mirror / Atom feed
* Mission-Critical Design: Ada.Unchecked_Deallocation vs Garbage Collection
@ 2014-07-18  6:17 NiGHTS
  2014-07-18  6:25 ` Jeffrey Carter
  2014-07-18 12:41 ` Dennis Lee Bieber
  0 siblings, 2 replies; 8+ messages in thread
From: NiGHTS @ 2014-07-18  6:17 UTC (permalink / raw)


In mission-critical design applications, do they favor garbage collectors or the unchecked deallocation?

The dangling pointer thing is definitely a problem I've had to deal with in complex C programs that I have debugged. But I can also see how having an unpredictable pool of memory hanging over the program could be a problem as well. I suppose this question is highly dependant on the application and target.

What are your thoughts on this? When is it better to use garbage collection and when is it better to use classic new & delete memory management when a life may be on the line?

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-24  6:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-18  6:17 Mission-Critical Design: Ada.Unchecked_Deallocation vs Garbage Collection NiGHTS
2014-07-18  6:25 ` Jeffrey Carter
2014-07-18  7:51   ` J-P. Rosen
2014-07-19  9:07     ` Pascal Obry
2014-07-18 12:41 ` Dennis Lee Bieber
2014-07-23 22:07   ` Robert A Duff
2014-07-24  1:00     ` Dennis Lee Bieber
2014-07-24  6:52       ` Simon Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox