On 3-3-2010 23:51, Robert Jacques wrote: > At the cost of forcing every single member function call to do an > additional stack push? DMD doesn't pass args in ECX and EDX for a > reason. Adapting free functions to delegates is a rare enough operation > that making everything else slower to save one function call isn't worth > it.
That's a great point. I hadn't thought about it. Thanks. L.
