dmd 1.048 and 2.033 releases
BCS
none at anon.com
Mon Oct 5 14:56:58 PDT 2009
Hello Walter,
> #ponce wrote:
>
>> I think it's disabled in debug mode to keep the compilation time low.
>>
> That, and the optimizer tends to scramble the relationship between
> source and assembler, making source debugging next to impossible.
>
How hard would it be to have the code generate run on the unoptimized code
and then do the optimizer backed test and only if no bugs jump out, move
the results into the object file?
More information about the Digitalmars-d-announce
mailing list