Jacek Sieka
|
87568830ab
Remove dead code (#9777)
|
6 years ago |
Andreas Rumpf
|
74bf316619
more progress on destructor based strings
|
6 years ago |
Andreas Rumpf
|
4f08ed63cf
M&S GC: collect earlier under memory pressure
|
7 years ago |
Andreas Rumpf
|
8c98277d5a
M&S GC: minor code cleanup
|
7 years ago |
Andreas Rumpf
|
7adf3bf476
Mark&Sweep GC: introduce nimTracing define for debugging
|
7 years ago |
Araq
|
f1089db175
GC: enable precise global/thread local storage tracing
|
7 years ago |
Araq
|
f71f9f83c2
GC improvements; distinguish between thread local and globals in the marking step
|
7 years ago |
Yuriy Glukhov
|
d1e10f9aa3
Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)
|
7 years ago |
Andreas Rumpf
|
6a3288a60e
more replacements for the deprecated '<'
|
7 years ago |
Andreas Rumpf
|
70e94b8c9e
GCs: use add instead of &
|
7 years ago |
Andreas Rumpf
|
f7f3a25be8
first steps of making 'opt' a first class type for Nim
|
7 years ago |
Andreas Rumpf
|
e968fbb7dd
added system.deallocHeap feature for Nim's native GCs
|
7 years ago |
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 |