summary refs log tree commit diff stats
path: root/lib/system/gc_regions.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
0cd61eb8e0218'>^
4a39d12d ^


4c4d325c ^
a654e4ec ^
9e751bb8 ^
e5c11a51 ^
83fcebf3 ^
4a39d12d ^
a654e4ec ^
e5c11a51 ^
83fcebf3 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

83fcebf3 ^
e5c11a51 ^
a654e4ec ^
204dae92 ^

97eb971b ^
204dae92 ^



97eb971b ^
204dae92 ^

97eb971b ^
204dae92 ^


83fcebf3 ^


a654e4ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75