Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nimsuggest: no need to enable orc before collection
The cycle collector runs upon GC_fullCollect(), as such there is no need to enable them. However running the collector would enable ORC, so we still have to disable it afterwards
- Loading branch information