Skip to content

Generic function codegen (monomorphization) #29

@aallan

Description

@aallan

Add code generation for generic (polymorphic) functions. Currently generic functions are skipped with warning. Needs: either monomorphization (generate specialized versions for each concrete type) or type erasure (uniform representation). Monomorphization is simpler and avoids boxing overhead. Requires tracking which concrete instantiations are used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    codegenCode generation backendenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions