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
If a name refers to a simple array (e.g. one that only copies values from other arrays), replace its references with the array.
This would simplify array reduction as we wouldn't need to be careful with lamda lifting arrays - we could always lift them and this optimization would fold them back if possible.
The text was updated successfully, but these errors were encountered:
If a name refers to a simple array (e.g. one that only copies values from other arrays), replace its references with the array.
This would simplify array reduction as we wouldn't need to be careful with lamda lifting arrays - we could always lift them and this optimization would fold them back if possible.
The text was updated successfully, but these errors were encountered: