summary refs log tree commit diff stats
path: root/tests/arc/tasyncleak.nim
Commit message (Collapse)AuthorAgeFilesLines
* make ORC threadlocal, take two (#21818)Andreas Rumpf2023-05-101-1/+1
| | | | | * ORC: make rootsThreshold thread local [backport] * fixes the regression
* revert #21799 and #21802 which don't pass the tests (#21804)ringabout2023-05-071-1/+1
| | | | | | | | | * Revert "ORC: make rootsThreshold thread local [backport] (#21799)" This reverts commit b74d49c037734079765770426d0f5c79dee6cf87. * Revert "fixes #21752 [backport] (#21802)" This reverts commit d0c62fa169f3970653ce0d5bbd16e123efb24251.
* ORC: make rootsThreshold thread local [backport] (#21799)Andreas Rumpf2023-05-061-1/+1
|
* 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