Save narrowing results #193
Labels
compiler-performance
Making parsing / type checking / transformations faster
narrowing
Expressions that change the types of values
Currently narrowing calls can be done multiple times for an type.
Probably not too much of a problem, might be possible to create large chains that do become a problem for performance though, maybe something can be done about that?
The text was updated successfully, but these errors were encountered: