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

inlineness #17

Open
AndyShiue opened this issue Feb 15, 2017 · 0 comments
Open

inlineness #17

AndyShiue opened this issue Feb 15, 2017 · 0 comments
Labels

Comments

@AndyShiue
Copy link
Owner

AndyShiue commented Feb 15, 2017

Make inlining functions and data types possible. Inlining a function has the usual meaning; inlining data types measn that the union type should not have a tag, having no runtime representation (That's why it's called inlining because inlining a functional also eliminate them at compile time). The variant actually in use must be known at compile time. Combining two different kinds of inlining should make erasing some unreachable code possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant