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
Nim Compiler Version 1.1.1 [Linux: amd64]
Compiled at 2020-03-29
Copyright (c) 2006-2020 by Andreas Rumpf
git hash: 8c719fce54544c8d14ce7c0e4639c974c1748668
active boot switches: -d:release
The text was updated successfully, but these errors were encountered:
* progress
* make tests green
* maybe we also want to reset pointers, dunno
* progress
* cleanup; fixes#13879 [backport:1.2]
(cherry picked from commit b35d370)
Notice three things:
zeroMem
happens inf2
, thengenericReset
happens inf
- these are redundantnil
variable heregenericReset
is extremely slow, in and of itself, because it can't be analysed by C compilerThe text was updated successfully, but these errors were encountered: