Skip to content

Commit e8eb625

Browse files
committed
Note initial release date.
1 parent f430fe4 commit e8eb625

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

posts/inside-rust/2020-06-24-lto-improvements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ Nicholas Nethercote wrote about the journey to implement these changes at <https
7878

7979
## Conclusion
8080

81+
The latest fixes and improvements are available on the nightly channel as of 2020-06-13, and will be available in the stable 1.46 release on 2020-08-27.
82+
8183
Although this is a conceptually simple change (LTO=bitcode, non-LTO=object code), it took quite a bit of preparation and work to make it happen. There were many edge cases and platform-specific behaviors to consider, and testing to perform. And, of course, the obligatory bike-shedding over the names of new command-line flags. This resulted in quite a substantial improvement in performance, particularly for LTO builds, and a huge improvement in disk space usage. Thanks to all of those that helped to make this happen!
8284

8385
[archive file]: https://en.wikipedia.org/wiki/Ar_(Unix)

0 commit comments

Comments
 (0)