summary refs log tree commit diff stats
path: root/lib/system/gc_stack.nim
Commit message (Collapse)AuthorAgeFilesLines
* WIP: --gc:regions instead of --gc:stackAraq2017-08-131-474/+0
|
* fixes withRegion for --gc:stackAndreas Rumpf2017-06-191-1/+1
|
* add exported memory size getter functions for MemRegion objectsHakan Deryal2016-10-131-0/+6
|
* fixes memory region not updating when passed to withRegion template.Hakan Deryal2016-10-131-0/+1
|
* fix types of ansi_c/sysio to more closely match C ABIJacek Sieka2016-06-051-7/+7
| | | | | also fixes some instances of using C library functions when there are nim alternatives available
* gc:stack compiles with --threads:onAndreas Rumpf2016-05-251-7/+17
|
* Made nimphpext work with gc:stack.Hans Raaf2016-05-251-1/+19
|
* simple stuff works with --gc:stackAndreas Rumpf2016-04-181-207/+264
|
* added new memory management ideaAndreas Rumpf2016-03-281-0/+382