Login
From:
blog.llvm.org
(Uncensored)
subscribe
Closing the gap: cross-language LTO between Rust and C/C++ - The LLVM Project Blog
https://blog.llvm.org/2019/09/closing-gap-cross-language-lto-between.html
links
backlinks
Roast topics
Find topics
Find it!
Link time optimization (LTO) is LLVM's way of implementing whole-program optimization. Cross-language LTO is a new feature in the Rust compiler that enables LLVM's link time optimization to be performed across a mixed C/C++/Rust codebase.