Document move limitations (#23763)

- See
https://github.com/nim-lang/Nim/issues/23759#issuecomment-2192123783

(cherry picked from commit 179897e55f)
This commit is contained in:
Juan Carlos
2024-06-29 05:44:57 -03:00
committed by narimiran
parent 4b42170022
commit a90e687d26

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