Closed metagn closed 1 week ago
Thanks for your hard work on this PR! The lines below are statistics of the Nim compiler built from e239968b80413076937ba9a206ee5ec33f481bc4
Hint: mm: orc; opt: speed; options: -d:release 177696 lines; 8.908s; 653.516MiB peakmem
fixes #16413
semIterator
checks if the original iterator passed to it has no body, but it should check the processed node created bysemProcAux
.