Scientific computing and parallel computing C++23/C++26
Ola Fosheim Grøstad
ola.fosheim.grostad at gmail.com
Thu Jan 20 08:22:17 UTC 2022
On Thursday, 20 January 2022 at 04:01:09 UTC, Araq wrote:
> And you can do that even more easily with an AST macro system.
> Which Julia has...
I think these approaches are somewhat pointless for desktop
applications. Although a JIT does help.
If time consuming compile-time adaption to the hardware is needed
then this should happen at installation. A better approach is to
ship code in a high level IR and then bundle a compiler with the
installer.
More information about the Digitalmars-d
mailing list