Why C++ compiles slowly

Walter Bright newshound2 at digitalmars.com
Fri Aug 20 12:38:03 PDT 2010


Adam Ruppe wrote:
> The Microsoft assembler used to have a whole bunch of weird macro
> capabilities and strange syntax. I hated it.

What I did when faced with such code is assemble it, *disassemble* the output, 
and paste the output back in the source code and work from that.


More information about the Digitalmars-d mailing list