summary refs log tree commit diff stats
path: root/lib/system/orc.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184)ringabout2022-12-281-0/+13
* ref #20694; quit value gets saturated to ranges (#20753)ringabout2022-11-051-2/+2
* replace the broken link for ORC implementation with a working one (#20105)ringabout2022-07-311-1/+1
* fix #16458; make useNimRtl compile for --gc:orc (#19512)flywind2022-02-111-2/+2
* refactoring: orc can use getThreadId() (#19123)Andreas Rumpf2021-11-111-2/+5
* ORC: use =destroy instead of =dispose (#18440)Andreas Rumpf2021-07-071-17/+23
* ORC: progress (#18000)Andreas Rumpf2021-05-121-9/+22
* Replace double backticks with single backticks - Part 2 out of ~6 (#17206)Danil Yarantsev2021-02-281-8/+8
* ORC: make the adaptive strategy the default in order to fight memory consumpt...Andreas Rumpf2020-12-051-6/+13
* ORC: API extensions (#16126)Andreas Rumpf2020-12-011-14/+45
* ORC: prepare for another patent-pending optimization (#15996)Andreas Rumpf2020-11-181-17/+38
* ARC now capable of custom extra alignment. Ref, closure and seq support. (#15...cooldome2020-10-281-1/+1
* ORC: API extensions for 1.4 (#15581)Andreas Rumpf2020-10-151-5/+22
* ORC: critical bugfix for the cycle analyser, introduce -d:nimStressOrc for ea...Andreas Rumpf2020-10-141-19/+26
* async: removed the 'unown' references, async never worked with --newruntime a...Andreas Rumpf2020-09-201-3/+4
* ORC and stdlib optimizations (#15362)Andreas Rumpf2020-09-191-21/+17
* more ORC bugfixes (#15355)Andreas Rumpf2020-09-181-6/+31
* 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