summary refs log tree commit diff stats
path: root/lib/system/orc.nim
Commit message (Collapse)AuthorAgeFilesLines
* ARC now capable of custom extra alignment. Ref, closure and seq support. ↵cooldome2020-10-281-1/+1
| | | | (#15697)
* ORC: API extensions for 1.4 (#15581)Andreas Rumpf2020-10-151-5/+22
|
* ORC: critical bugfix for the cycle analyser, introduce -d:nimStressOrc for ↵Andreas Rumpf2020-10-141-19/+26
| | | | easier stress testing (#15572)
* async: removed the 'unown' references, async never worked with --newruntime ↵Andreas Rumpf2020-09-201-3/+4
| | | | anyway and --newruntime is dead (#15374)
* ORC and stdlib optimizations (#15362)Andreas Rumpf2020-09-191-21/+17
|
* more ORC bugfixes (#15355)Andreas Rumpf2020-09-181-6/+31
| | | | | * introduced --define:nimArcIds * ORC: bugfixes
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-12/+12
|
* fixes #15076 (#15329)Andreas Rumpf2020-09-151-5/+18
|
* fixes a critical ORC bug, refs #15076 (#15323)Andreas Rumpf2020-09-141-35/+29
|
* code cleanupAraq2020-07-271-0/+363