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
Scale previously was a huge stack waster. This caused the failures
seen in:
nim-lang/Nim#13206
The test =tests/tests.nim= previously required a stack of about 3600
kB to avoid a stack overflow. With the =Scale= being a =ref object= we
get that down to 135 kB!
0 commit comments