Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | thamming_orc test created/destroyed counts match (#18471) | GordonBGood | 2021-07-12 | 1 | -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 Rumpf | 2021-07-07 | 1 | -0/+155 |
* ORC refactoring in preparation for further changes (=dispose must die) * ORC: embrace =destroy, avoid =dispose * ORC: no need for =dispose * closes #18421 |