summary refs log tree commit diff stats
path: root/tests/arc/thamming_orc.nim
Commit message (Collapse)AuthorAgeFilesLines
* thamming_orc test created/destroyed counts match (#18471)GordonBGood2021-07-121-4/+4
| | | The thamming_orc.nim code now counts all created objects being tested, not just the ones following the "first 20" test, and the position of the `destroyed += 1` counter has been adjusted so it counts all the calls that are as a result of `=trace` tracing and not just the original destruction calls.
* ORC: use =destroy instead of =dispose (#18440)Andreas Rumpf2021-07-071-0/+155
* ORC refactoring in preparation for further changes (=dispose must die) * ORC: embrace =destroy, avoid =dispose * ORC: no need for =dispose * closes #18421