More radical ideas about gc and reference counting

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Mon May 12 02:12:59 PDT 2014


On Monday, 12 May 2014 at 09:05:39 UTC, John Colvin wrote:
> On Monday, 12 May 2014 at 08:45:56 UTC, Walter Bright wrote:
> The only solutions to the libraries problem that I can see here 
> require drastic separation of calls to said libraries from any 
> even vaguely time critical code. This is quite restrictive.

I think this is more of library writing culture problem than 
engineering problem. High quality library shouldn't rely on any 
internal allocations at all, deferring this decision to user 
code. Otherwise you will eventually have problems, GC or not.


More information about the Digitalmars-d mailing list