Using D

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 11 21:10:32 PDT 2014


On 7/11/2014 5:10 PM, Mike wrote:
> The problem, however, when managing one's own memory is that one cannot use some
> of the built-in types, like Exceptions, that are instantiated deep within the
> runtime.  A solution to this would likely quiet some of the clamoring, IMO.

The thing is, Exceptions should be exceptional, not normal. So if you're worried 
about GC pauses during exception processing, I think it's time to re-examine 
what exceptions in your code are being used for.


More information about the Digitalmars-d mailing list