p0nce
p0nce
Yes, I'm sorry. I could probably try to pragma(inline, true) only the needed intrinsics (10% of them) and see what happens. This will also help with redub build actually. For...
Well that's very interesting, possibly full LTO would perhaps yield superior performance (increase in code size might indicate higher inlining amount). And the gains are not too shabby, a bit...
> `reggae --dub-config=VST3 --dub-build-type=release-nobounds --dflags="--flto=thin -linker=gold" && ninja` I mean that this is not a "full" rebuild? But a full rebuild is also unneeded since inlining happens at link stage?
Well that's damn fast! Didn't expected that.
Solution remove dmd-latest from CI? Doesn't sound that great
Now also fails with LDC 1.32.0 in , but no repro locally... `dub -b unittest-release-inst -a x86`
Can repro locally with either: ```sh # WithDMD64 D Compiler v2.104.0-dirty + DUB version 1.32.1 dub test --compiler dmd -a x86 -b unittest-release-inst -f on Jul 23 2023 dub test...
Crashes as earlier as DMD 2.095, 2.095 to 2.098 have an optlink crash instead. DMD 2.100 to DMD 2.104 have same issue #123 Related to -m32 Unrelated to AVX codegen...
Reported in https://github.com/dlang/dub/issues/2682
Would be super nice to be able to get rid of `DFLAGS` tweaking! Thanks. Our flags are: `"dflags-windows-ldc": ["-mscrtlib=libcmt","-fvisibility=hidden", "-link-defaultlib-shared=false"],` (in adddition to the DFLAGS override as current workaround) Does...