Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type erasure #56

Open
nilern opened this issue Jan 25, 2020 · 0 comments
Open

Type erasure #56

nilern opened this issue Jan 25, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@nilern
Copy link
Member

nilern commented Jan 25, 2020

Lower parametric polymorphism away since we can't monomorphise in the general case. Will need to add some pointer tagging and boxing to tell the GC which formerly parametrically polymorphic values are pointers at runtime.

@nilern nilern added the enhancement New feature or request label Jan 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant