GDC Explorer - an online disassembler for D

Iain Buclaw ibuclaw at ubuntu.com
Fri Sep 21 08:18:20 PDT 2012


On 21 September 2012 14:49, bearophile <bearophileHUGS at lycos.com> wrote:
>> It seems even this program produces a too much long asm listing for the
>> site:
>>
>> import std.stdio;
>> void main() {
>>     writeln("%f", 1.5);
>> }
>
>
> Compiled with:
>
> -O0 -march=native
>
> Bye,
> bearophile


Curse those templates. ;-)

-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';


More information about the Digitalmars-d mailing list