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
We will have to benchmark if checking constants at analysis time outweighs the cost of not doing this and always looking up in the local environment for typical programs.
The text was updated successfully, but these errors were encountered:
E.g.:
can be simplified to
(+ 1 1 2)
We will have to benchmark if checking constants at analysis time outweighs the cost of not doing this and always looking up in the local environment for typical programs.
The text was updated successfully, but these errors were encountered: