summary refs log tree commit diff stats
path: root/lib/system/gc_regions.nim
Commit message (Expand)AuthorAgeFilesLines
* move threads out of system (#20674)ringabout2022-10-291-0/+1
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-211-4/+4
* Fix compilation error for regions and memory profiling (#15641) (#15656)RecruitMain7072020-10-201-0/+3
* gc_regions: cleanup & fixes for deallocation (#11920)alaviss2020-08-171-5/+4
* forward type alignment information to seqs (#12430)Arne Döring2020-04-191-2/+3
* Deprecate PHP (#13838)Juan Carlos2020-04-021-16/+1
* catchable defects (#13626)Andreas Rumpf2020-03-121-3/+4
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-231-8/+18
* fix #12597 (#12604)Arne Döring2019-11-071-4/+4
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
* gc: destructors is beginning to work (#10483)Andreas Rumpf2019-01-291-4/+16
* gc:regions: undo the regression introducing changesAraq2019-01-251-2/+2
* allocators: introduce --define:nimMinHeapPages for tuning mmap calls (omg the...Andreas Rumpf2019-01-191-3/+26
* Remove dead code (#9777)Jacek Sieka2018-11-261-2/+2
* Expose GC_setStackBottom (#7885)Yuriy Glukhov2018-06-041-1/+1
* hotfix for --gc:regionsAndreas Rumpf2018-05-281-0/+3
* make memory regions robust; disable free lists for nowAndreas Rumpf2018-05-271-28/+32
* add missing compilerProcs for memory regionsAndreas Rumpf2018-05-251-0/+3
* fixes channels for --gc:regionsAndreas Rumpf2018-05-251-3/+8
* memory regions seem to work nowAraq2017-08-131-18/+32
* WIP: --gc:regions instead of --gc:stackAraq2017-08-131-0/+378