【源创会预告】1024 程序员节(的前两天),相约开源中国办公室,我们一起聊 AI!>>>
LDC 在编译器语言排名中非常靠前,其性能与C++、Rust相当,远高于 Go / V / Zig 等语言,对编译器性能感兴趣的可以看下这个排名:
https://github.com/kostya/benchmarks
重大变化
- D语言前端编译器版本升级到 2.105.2+. (#4476, #4498, #4513) (new)
- Windows安装程序现在支持非管理员安装,而不需要显式的/CURRENTUSER开关。 (#4495) (new)
平台支持
-
初始编译器对LoongArch64的支持。暂不支持运行时间。(#4500) (new)
Bug修正
- ImportC:
- Fix
static
linkage. (#4484, #4487) (new) - Make gcc builtins available. (#4483) (new)
- Apple: Support weird
asm("_" "<name>")
mangling stuff. (#4485, #4486) (new)
- Fix
- AArch64: Fix an ABI-related ICE. (#4489, #4490) (new)
- Fix GC2Stack optimization regression introduced in v1.24. (#4510, #4511) (new)
- Fix druntime ABI divergence when compiling with sanitizers support. (#4508, #4509) (new)
- Windows: Fix an instance of missed backslash-escaping in
-ftime-trace
JSON. (#4506, #4507) (new)
完整的更新可查看:
https://github.com/ldc-developers/ldc/releases/tag/v1.35.0