Big news
- Frontend, druntime and Phobos are at version 2.106.0. (#4522, #4539)
- Support for LLVM 17. The prebuilt packages use v17.0.6. (#4533, #4540)
- New command-line options
-fno-{exceptions,moduleinfo,rtti}
to selectively enable some-betterC
effects. (#4522) - New command-line option
-fprofile-sample-use
for using sample-based profile data for optimization. Functionality and usage is identical to Clang's option with same name. (#4531) - New
ldc-profgen
tool for sample-based PGO, a copy of LLVM's llvm-profgen. (#4536)