mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 13:30:33 +00:00
Document move limitations (#23763)
- See https://github.com/nim-lang/Nim/issues/23759#issuecomment-2192123783
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user