diff options
author | Araq <rumpf_a@web.de> | 2015-12-03 01:07:51 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-12-03 01:08:03 +0100 |
commit | 760242b870eb2c9054ef31489abbb230bb56eb72 (patch) | |
tree | f7f93549edd5ab3799270fe623eea1703edae694 /lib/system/gc2.nim | |
parent | 50e83d6433dd60a101c02016f3effcb34c04efd5 (diff) | |
download | Nim-760242b870eb2c9054ef31489abbb230bb56eb72.tar.gz |
removes 'x is iterator' special casing in the language
Diffstat (limited to 'lib/system/gc2.nim')
-rw-r--r-- | lib/system/gc2.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/system/gc2.nim b/lib/system/gc2.nim index 705812b56..e68a8586e 100644 --- a/lib/system/gc2.nim +++ b/lib/system/gc2.nim @@ -13,6 +13,8 @@ # and sweep GC to free cycles. It is hard realtime in that if you play # according to its rules, no deadline will ever be missed. +# XXX Ensure by smart color masking that the object is not in the ZCT. + when defined(nimCoroutines): import arch |