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

Reply via email to