Summary
Implement experimental support in the Rust compiler for polymorphic code generation. Instead of monomorphizing generic code, the compiler will generate type-agnostic instances and add hidden vtable parameters where needed, which should reduce compile times and generated binary sizes.
This issue is intended for status updates only.
For general questions or comments, please contact a goal owner or post in the Zulip topic.
Summary
Implement experimental support in the Rust compiler for polymorphic code generation. Instead of monomorphizing generic code, the compiler will generate type-agnostic instances and add hidden vtable parameters where needed, which should reduce compile times and generated binary sizes.
This issue is intended for status updates only.
For general questions or comments, please contact a goal owner or post in the Zulip topic.