Standard D, Mir D benchmarks against Numpy (BLAS)

9il ilyayaroshenko at gmail.com
Mon Mar 16 01:04:47 UTC 2020


On Sunday, 15 March 2020 at 20:15:07 UTC, Jon Degenhardt wrote:
> On Sunday, 15 March 2020 at 12:13:39 UTC, Pavel Shkadzko wrote:
>> [...]
>
> Try:
>     "dflags-ldc" : ["-flto=thin", 
> "-defaultlib=phobos2-ldc-lto,druntime-ldc-lto", "-singleobj" ]
>
> [...]

LTO and PGO are useless for this kind of stuff. Nothing to 
inline, the code is to simple and generic. Nothing to apply this 
technology for.


More information about the Digitalmars-d mailing list