DMD buggy optimizing
Sean Kelly
sean at f4.ca
Sat Apr 29 10:26:57 PDT 2006
Craig Black wrote:
>
> Yes, but who knows when Walter will get around to fixing it? Compler
> optimization is by nature complex and error prone. I think being able to
> selectively optimize is a good idea. This will allow us to identify
> optimization bugs more easily.
It's kind of a hack, but if you have a block of code you don't want
optimized you could wrap it in a volatile block.
Sean
More information about the Digitalmars-d
mailing list