Escape Analysis on reddit
Walter Bright
newshound1 at digitalmars.com
Fri Oct 31 15:24:20 PDT 2008
Robert Fraser wrote:
> I think Steven's point was that these programs are not the few; they're
> the many. Most fairly large programs will have issues like this one.
I'm not sure that's the case, or if it is, those programs will suffer
significantly from using an alternative (the most obvious alternative is
to allocate those particular cases on the heap).
Consider the other problem. It's not easy for a human to look at
Steven's case and verify that it is correct. A small mistake in it, and
it isn't correct anymore. What's it worth to be rid of such problems?
More information about the Digitalmars-d
mailing list