Go compiler moving from C to Go

David Nadlinger code at klickverbot.at
Sun Dec 22 11:36:36 PST 2013


On Sunday, 22 December 2013 at 17:21:59 UTC, Walter Bright wrote:
> There's nothing tricky about an assembler or its syntax. There 
> may be issues with supporting an inline assembler and the GDC 
> or LDC back end interfaces, that I don't know about.

Both GCC and LLVM actually support more extensive inline assembly 
than DMD does (allowing to explicitly specify side effects so the 
respective piece of code can still be optimized/inlined).

David


More information about the Digitalmars-d mailing list