Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace double backticks with single backticks - Part 2 out of ~6 (#17206) | Danil Yarantsev | 2021-02-28 | 1 | -8/+8 |
| | |||||
* | ORC: make the adaptive strategy the default in order to fight memory ↵ | Andreas Rumpf | 2020-12-05 | 1 | -6/+13 |
| | | | | | | | consumption (#16250) * ORC: make the adaptive strategy the default in order to fight memory consumption * added missing test case | ||||
* | ORC: API extensions (#16126) | Andreas Rumpf | 2020-12-01 | 1 | -14/+45 |
| | | | | | * ORC: API extensions * ORC: exploit a common special case | ||||
* | ORC: prepare for another patent-pending optimization (#15996) | Andreas Rumpf | 2020-11-18 | 1 | -17/+38 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | ARC now capable of custom extra alignment. Ref, closure and seq support. ↵ | cooldome | 2020-10-28 | 1 | -1/+1 |
| | | | | (#15697) | ||||
* | ORC: API extensions for 1.4 (#15581) | Andreas Rumpf | 2020-10-15 | 1 | -5/+22 |
| | |||||
* | ORC: critical bugfix for the cycle analyser, introduce -d:nimStressOrc for ↵ | Andreas Rumpf | 2020-10-14 | 1 | -19/+26 |
| | | | | easier stress testing (#15572) | ||||
* | async: removed the 'unown' references, async never worked with --newruntime ↵ | Andreas Rumpf | 2020-09-20 | 1 | -3/+4 |
| | | | | anyway and --newruntime is dead (#15374) | ||||
* | ORC and stdlib optimizations (#15362) | Andreas Rumpf | 2020-09-19 | 1 | -21/+17 |
| | |||||
* | more ORC bugfixes (#15355) | Andreas Rumpf | 2020-09-18 | 1 | -6/+31 |
| | | | | | * introduced --define:nimArcIds * ORC: bugfixes | ||||
* | allow old styled RTTI for arc/orc (#15331) | Andreas Rumpf | 2020-09-16 | 1 | -12/+12 |
| | |||||
* | fixes #15076 (#15329) | Andreas Rumpf | 2020-09-15 | 1 | -5/+18 |
| | |||||
* | fixes a critical ORC bug, refs #15076 (#15323) | Andreas Rumpf | 2020-09-14 | 1 | -35/+29 |
| | |||||
* | code cleanup | Araq | 2020-07-27 | 1 | -0/+363 |