Andreas Rumpf
|
6f89323385
make the GCs more robust
|
7 years ago |
Araq
|
c3b0eb5df7
added logic to the M&S GC to detect logical leaks
|
7 years ago |
Rokas Kupstys
|
9f8863169a
Cleanup of gc code
|
7 years ago |
Araq
|
346ea6d171
system.nim: don't use deprecated symbols/constructs
|
8 years ago |
Andreas Rumpf
|
03916fa3b1
M&S GC gets the heap dump feature
|
8 years ago |
James Boyden
|
13d06d9a5c
Add `import sharedlist` when `hasThreadSupport`
|
8 years ago |
Andreas Rumpf
|
ad7e219117
GCs support ForeignCells
|
9 years ago |
Araq
|
999c107c52
fixes #3245
|
9 years ago |
rku
|
43bfda057b
Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/refCounting GCs.
|
9 years ago |
Dominik Picheta
|
0b124a2043
Fixes compilation with --gc:markandsweep.
|
9 years ago |
pdw
|
2ca90a20a1
lib/system/g-w - Dropped 'T' from types
|
9 years ago |
Reimer Behrends
|
2a08bbdf31
Fix GC scanning of registers on x86_64 architectures.
|
9 years ago |
def
|
450c2c5287
Fix proc call in gc_ms
|
9 years ago |
Araq
|
0032912d10
fixed the tester; more tests green
|
9 years ago |
Federico Ceratto
|
657dca5c3b
Fix typos
|
10 years ago |
Araq
|
683b82a2ec
fixes #2070
|
10 years ago |
Guillaume Gelin
|
3119fe087d
Happy new year!
|
10 years ago |
Araq
|
5a52e941b5
added 'setupGcForForeignThread' for better C interop
|
10 years ago |
Araq
|
a639824e5e
introduced 'benign' pragma
|
10 years ago |
Araq
|
30823c1ce3
make tests green
|
10 years ago |
Araq
|
dbf9117c56
the big renamefest: first steps
|
10 years ago |
Araq
|
d0438540d0
implemented builtin noncopying slice
|
10 years ago |
Araq
|
81d4049797
bugfix: MS-GC GC_unref
|
10 years ago |
Araq
|
ed1927e001
bugfix: MS GC acknowledges GC_ref/unref properly
|
10 years ago |
Araq
|
9a2704056a
marked markAndSweep GC thread safe
|
10 years ago |
Araq
|
38697234f6
mark and sweep GC compiles with --cs:partial
|
11 years ago |
Araq
|
6cc06cd35d
fixes #569; C++ codegen works again
|
11 years ago |
Araq
|
4fc575bc26
mark and sweep GC without bitvectors works
|
12 years ago |
Araq
|
a4d47664d6
mark and sweep without bitvectors
|
12 years ago |
Araq
|
4ee9816a78
code cleanup for mark&sweep GC
|
12 years ago |