Document move limitations (#23763)

- See
https://github.com/nim-lang/Nim/issues/23759#issuecomment-2192123783
This commit is contained in:
Juan Carlos
2024-06-29 05:44:57 -03:00
committed by GitHub
parent 9f74baa49d
commit 179897e55f

View File

@@ -52,6 +52,7 @@ where code size matters and you know that your code does not produce cycles, you
use `--mm:arc`. Notice that the default `async`:idx: implementation produces cycles
and leaks memory with `--mm:arc`, in other words, for `async` you need to use `--mm:orc`.
Only ARC/ORC support move semantics, destructors, `sink`, `cursor`, `acyclic`.
Other MM modes