On Mon, 15 Sep 2003, Gordon Henriksen wrote: > (Moving to internals. Definitely not a language discussion.)
I dunno--while not a language discussion, it does help the people who're involved understand the difficulties in what they're asking for. (Larry, luckily, is aware of this stuff, but many of the participants aren't) > That is: Out- > of-order optimizations over an invokecc op are illegal. I've snipped everything else out, because this is a biggie. It means that overloaded operators can't change the world, and must be at least semi-pure. Unfortunately this means no AUTOLOADed overloaded operators, which I don't think'll fly. :( Dan