D语言高性能编译器 LDC 1.35.0 发布,初步支撑龙芯处理器架构!

2023年 10月 17日 40.1k 0

【源创会预告】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)
  • 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

相关文章

塑造我成为 CTO 之路的“秘诀”
“人工智能教母”的公司估值达 10 亿美金
教授吐槽:985 高校成高级蓝翔!研究生基本废了,只为房子、票子……
Windows 蓝屏中断提醒开发者:Rust 比 C/C++ 更好
Claude 3.5 Sonnet 在伽利略幻觉指数中名列前茅
上海新增 11 款已完成登记生成式 AI 服务

发布评论