Skip to content

LDC 1.36.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kinke kinke released this 04 Dec 23:05
· 832 commits to master since this release
f4b15f2

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)