You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: