Some performance questions

Jarrett Billingsley jarrett.billingsley at gmail.com
Mon Feb 2 11:29:47 PST 2009


On Mon, Feb 2, 2009 at 1:27 PM, grauzone <none at example.net> wrote:
> Why not use scope to allocate the class on the stack?
> For everything else, I agree with Donald Knuth (if he really said that...)

That's fine too, and would fit in with his needs to implement
interfaces.  But again, if he's worried about caching some parameters
but not worried about the overhead of virtual calls.. something's off.


More information about the Digitalmars-d-learn mailing list