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
Guillaume noted that we can remove the optimisation that does not copy arrays from functions called.
Reworking arrays should be more pervasive than this. It should be more of an internal refactoring to track arrays through NodeIds like other values instead of through ObjectTypes. Tracking through ObjectTypes does not make much sense as these are converted from the frontend's Type which does not track specific arrays either so this information is not present initially and must be filled in with placeholders until it is fixed later.
When doing this refactoring we should also keep in mind that we want to add additional functionality for arrays/vectors/slices (#374) in the future.
Problem
Guillaume noted that we can remove the optimisation that does not copy arrays from functions called.
Solution
Consider re-doing the way arrays are implemented
Alternatives considered
(Describe any alternative solutions you have considered.)
Additional context
(If applicable.)
The text was updated successfully, but these errors were encountered: