summary refs log tree commit diff stats
path: root/lib/system/mm/malloc.nim
Commit message (Collapse)AuthorAgeFilesLines
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-2/+4
|
* make malloc.nim consistent in style (#14427)Andreas Rumpf2020-05-221-9/+9
|
* fixes #13935Andreas Rumpf2020-05-131-0/+3
|
* new implementations for --gc:orc (#14121)Andreas Rumpf2020-04-271-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 Rumpf2020-03-181-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 Doornekamp2020-01-251-0/+80