Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ORC: make the adaptive strategy the default in order to fight memory ↵ | Andreas Rumpf | 2020-12-05 | 1 | -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 Rumpf | 2020-11-18 | 1 | -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 Rumpf | 2020-09-18 | 1 | -1/+1 |
| | | | | | * introduced --define:nimArcIds * ORC: bugfixes | ||||
* | fixes a critical ORC bug, refs #15076 (#15323) | Andreas Rumpf | 2020-09-14 | 1 | -1/+1 |
| | |||||
* | fixes #15076 (#15095) | Andreas Rumpf | 2020-07-27 | 1 | -0/+21 |