This commit is contained in:
Araq
2015-08-25 15:13:39 +02:00
parent 0a1c5727ee
commit 999c107c52
2 changed files with 4 additions and 2 deletions

View File

@@ -17,7 +17,8 @@
# stack overflows when traversing deep datastructures. It is well-suited
# for soft real time applications (like games).
import arch
when defined(nimCoroutines):
import arch
{.push profiler:off.}

View File

@@ -10,7 +10,8 @@
# A simple mark&sweep garbage collector for Nim. Define the
# symbol ``gcUseBitvectors`` to generate a variant of this GC.
import arch
when defined(nimCoroutines):
import arch
{.push profiler:off.}