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

Natural Numbers (un)curry Blow-Up #158

Open
agureev opened this issue Sep 7, 2023 · 0 comments
Open

Natural Numbers (un)curry Blow-Up #158

agureev opened this issue Sep 7, 2023 · 0 comments

Comments

@agureev
Copy link
Collaborator

agureev commented Sep 7, 2023

The current pipeline has good optimization going for it, especially with the STLC reducer. However, abstractly, the user may compiler some code with lambda subterms which are neither on the top nor being applied to. This will cause a huge blow-up that may not even withstand operations with 5-bit natural numbers, much less 24 or 32-bit ones.

We need to resolve this by either thinking about implementing primitive function types or changing the computation strategies for hom-object structures in Geb.

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

No branches or pull requests

1 participant