Shared libraries
Shared libraries
Posted Nov 25, 2025 18:55 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)In reply to: Shared libraries by paulj
Parent article: APT Rust requirement raises questions
> Java elides the parameterised type information from the binary ABI I thought.
It doesn't. And the type information is available throught reflection. It simply ignores it during the bytecode interpretation (or JIT-compilation).
