Properties: a.b.c = 3
Bill Baxter
wbaxter at gmail.com
Wed Jul 29 13:37:33 PDT 2009
On Wed, Jul 29, 2009 at 1:14 PM, grauzone<none at example.net> wrote:
> Chad J wrote:
>>
>> Thinking about it a little more, the extra temporaries could run you out
>> of registers. That still sounds like a negligable cost in most code.
>
> Temporaries can be on the stack. That's not a problem.
>
How is that not a performance issue? The stack is in main memory.
--bb
More information about the Digitalmars-d
mailing list