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
0.7 uses static typing everywhere. It seems like the increase in compile time is pretty consistent across the board, and while most projects have 20-30% smaller binaries I've had some reports of larger binaries.
There have also been some reports of recursion depth overflows in the compiler due to the depth of nested types.
I wonder whether the compile-time issue can be improved significantly by erasing types in the router and in some other specific control-flow locations, without too significantly adding to binary size.
The text was updated successfully, but these errors were encountered:
0.7 uses static typing everywhere. It seems like the increase in compile time is pretty consistent across the board, and while most projects have 20-30% smaller binaries I've had some reports of larger binaries.
There have also been some reports of recursion depth overflows in the compiler due to the depth of nested types.
I wonder whether the compile-time issue can be improved significantly by erasing types in the router and in some other specific control-flow locations, without too significantly adding to binary size.
The text was updated successfully, but these errors were encountered: