Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow old styled RTTI for arc/orc (#15331) | Andreas Rumpf | 2020-09-16 | 1 | -2/+4 |
| | |||||
* | make malloc.nim consistent in style (#14427) | Andreas Rumpf | 2020-05-22 | 1 | -9/+9 |
| | |||||
* | fixes #13935 | Andreas Rumpf | 2020-05-13 | 1 | -0/+3 |
| | |||||
* | new implementations for --gc:orc (#14121) | Andreas Rumpf | 2020-04-27 | 1 | -3/+6 |
| | | | | | | | | | * cycle collector: new implementation * cycle collector: make self-adaptive based on its previous effectiveness * cycle collector: added Lins's jump stack to improve traversal from 3*N to 2*N * cycle collector: make tests green * API extensions and bugfixes * code cleanup and use --gc:orc for tasyncawait | ||||
* | enable --tlsEmulation:on for --gc:arc (#13685) | Andreas Rumpf | 2020-03-18 | 1 | -2/+2 |
| | | | | * enable --tlsEmulation:on for --gc:arc * make -d:useMalloc work with --gc:arc --threads:on | ||||
* | Cleaned up mmdisp.nim, moved implementations into lib/system/mm/ (#13254) | Ico Doornekamp | 2020-01-25 | 1 | -0/+80 |