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
lukaszcz
changed the title
Compute ArgsNumInfo for each variable in function position
JuvixCore transformation: Compute ArgsNumInfo for each variable in function position
Aug 25, 2022
lukaszcz
changed the title
JuvixCore transformation: Compute ArgsNumInfo for each variable in function position
JuvixCore transformation: Compute ArgsNumInfo for each variable occurrence
Aug 25, 2022
lukaszcz
changed the title
JuvixCore transformation: Compute ArgsNumInfo for each variable occurrence
JuvixCore transformation: Compute ArgsNumInfo for each variable occurrence in function position
Aug 25, 2022
I think this transformation is not necessary. One can get the information about the type directly during compilation.
If the type information is not available or the type of the variable is polymorphic with its target a type variable, then the number of arguments must be determined at runtime from the closure.
Depends on PR #1421
Notes
Starting point
The text was updated successfully, but these errors were encountered: