Inter-compiler portability of asm between gdc and ldc2 (and dmd)
Ola Fosheim Grøstad
ola.fosheim.grostad at gmail.com
Sat Oct 3 22:54:44 UTC 2020
On Saturday, 3 October 2020 at 22:38:45 UTC, Iain Buclaw wrote:
> And the infrastructure present is zero. The compiler is a
> producer of assembly, not a consumer. It doesn't understand
> assembly constructs, and all the better if it remains that way.
Gdc should for obvious reasons do whatever gcc does, don't get me
wrong.
(There are provers that do can make inference from machine
language at the bit level, but that is expensive to maintain. Not
very open source friendly.)
More information about the Digitalmars-d
mailing list