summary refs log tree commit diff stats
path: root/tests/arc/tasyncleak.nim
Commit message (Collapse)AuthorAgeFilesLines
* ORC: make the adaptive strategy the default in order to fight memory ↵Andreas Rumpf2020-12-051-1/+1
| | | | | | | consumption (#16250) * ORC: make the adaptive strategy the default in order to fight memory consumption * added missing test case
* ORC: prepare for another patent-pending optimization (#15996)Andreas Rumpf2020-11-181-1/+1
| | | | | | | | | | | | | | | | | * ORC: prepare for another patent-pending optimization * bugfix * '=copy' for refs can take a cyclic parameter for more ORC optimizations * ORC: exploit the common 'it = it.next' pattern * can't hurt to check for nil * use an algorithm that is not obviously broken * restore the test case * final cleanups for --gc:orc
* more ORC bugfixes (#15355)Andreas Rumpf2020-09-181-1/+1
| | | | | * introduced --define:nimArcIds * ORC: bugfixes
* fixes a critical ORC bug, refs #15076 (#15323)Andreas Rumpf2020-09-141-1/+1
|
* fixes #15076 (#15095)Andreas Rumpf2020-07-271-0/+21