ABI stability funding
ABI stability funding
Posted Nov 25, 2025 8:58 UTC (Tue) by taladar (subscriber, #68407)In reply to: ABI stability funding by DemiMarie
Parent article: APT Rust requirement raises questions
I would argue that the funding isn't there because you can only lose in terms of performance and language capability when you remove any inlining and use of generics across crates. Most likely you would end up with the same "hope and pray it works" approach that C++ is using but it would work less reliably in languages like Rust that use generics and optimizations (e.g. struct field reordering) even more than C++ uses templates.
