Post Content
[[{“value”:”🔗 Learn more: https://aka.ms/virtualcpp
Hybrid C++/Rust codebases are quickly becoming a thing. We need to learn to play nice together… for a looong time! Rust code everywhere is increasing at an accelerated rate, but so does C++ (and that’s on top of gazillion lines already out there). Having seamless interop between the C++ and Rust components is essential for the success of this symbiosis. There are many challenges in this process, but people found various ways to make things “work” — from dealing with ABI compatibility and platform/toolchain guarantees, to going down to C and FFI, to various techniques and tools for generating glue-code between the two languages. Alas, general-purpose interoperability (not tied to a specific toolchain/IR) without loss of performance has yet to be achieved. Just “making things work” is not enough in the domain space of C++ and Rust; as such, many of the explored solutions so far by the community fail to deliver on all the needed requirements, swinging the wide range between performant and ergonomic. This presentation aims to highlight some of the interop challenges, the explored solutions out there, and tease out the avenues at the forefront of this pursuit.
Victor Ciura — Principal Rustacean, Microsoft
About the speaker: Victor Ciura is the technical lead of the Rust program in DevDiv, building the compiler toolchain and SDK needed for the broader 🦀 oxidation efforts across Microsoft and open-source community. Spent the last 25 years doing systems programming in C++ on various teams, such as: Visual C++ (DevDiv), Advanced Installer, Clang Power Tools.”}]] Read More Microsoft Visual Studio