Is there any language that native-compiles faster than D?
Per Nordlöw
per.nordlow at gmail.com
Sun Aug 23 08:34:12 UTC 2020
On Sunday, 23 August 2020 at 07:36:19 UTC, oddp wrote:
> It might get even slower if you apply:
>
> - f.write(Tm(''' GNAT.OS_Lib.OS_Exit(Integer(${T}));
> + f.write(Tm('''
> GNAT.OS_Lib.OS_Exit(Integer(${T}_sum));
>
> Currently, we're seeing:
>
> main.adb:9049:32: invalid use of subtype mark in expression or
> call
> gnatmake: "generated/ada/main.adb" compilation error
Fixed. Thanks!
More information about the Digitalmars-d
mailing list