https://issues.dlang.org/show_bug.cgi?id=19760

--- Comment #18 from ki...@gmx.net ---
(In reply to anonymous4 from comment #17)
> 2. full static musl with ported malloc, stdio, personality, startup etc.

Won't work when mixing with C(++) code and you want a shared C runtime. Which
shouldn't be an extremely exotic use case (D plugin as DLL).

> 3. use ucrt and ported personality

Won't work if you want to catch D exceptions from C++, something that's in
principle doable with LDC for more than 3 years already
(https://github.com/ldc-developers/dmd-testsuite/pull/15).

Anyway, I'm out of this discussion, I think I made my points.

--

Reply via email to