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.