Apparent problem with GC not collecting on Windows

thedeemon dlang at thedeemon.com
Sat Dec 1 02:53:28 PST 2012


On Friday, 30 November 2012 at 18:46:08 UTC, Dmitry Olshansky 
wrote:

> I'd just throw in that we have a (almost) precise GC that is 
> used by  at least one large project (the VisualD apparently). 
> Though there were some problems with it. Anyway I'd expect to 
> see it in upstream by 2.062 at least. It should help the cases 
> like this tremendously.

I expect it wouldn't help in this particular case because stack 
scanning is still conservative there (correct me if I'm wrong), 
and here we've got some stack value looking like a pointer to the 
array.



More information about the Digitalmars-d-learn mailing list