Andreas Rumpf
|
07531b41b9
make gc:v2 compile again
|
7 лет назад |
Andreas Rumpf
|
e968fbb7dd
added system.deallocHeap feature for Nim's native GCs
|
7 лет назад |
Araq
|
c3b0eb5df7
added logic to the M&S GC to detect logical leaks
|
7 лет назад |
Yuriy Glukhov
|
73387e89a0
Fixed compilation error (#5462)
|
7 лет назад |
Rokas Kupstys
|
f80ddbbcc6
Use constant nimCoroutines instead of defined(nimCoroutines)
|
7 лет назад |
Rokas Kupstys
|
9f8863169a
Cleanup of gc code
|
7 лет назад |
Rokas Kupstys
|
c3d1b732d6
Reworked gc support for coroutines. Nim now bootstraps with -d:nimCoroutines
|
7 лет назад |
Rokas Kupstys
|
ff1bf74554
Delete fiber context when it exits (memleak fix)
|
7 лет назад |
Rokas Kupstys
|
373e667dbc
Coroutine rework.
|
7 лет назад |
Anatoly Galiulin
|
6fa1dba515
Add ``tearDownForeignThreadGc`` function (#5369)
|
7 лет назад |
Araq
|
346ea6d171
system.nim: don't use deprecated symbols/constructs
|
7 лет назад |
Anatoly Galiulin
|
61b4bb5af5
Mark setupForeignThreadGc and initGC as gcsafe (#5353)
|
7 лет назад |
Andreas Rumpf
|
915cc86f5d
docs for the heap dump feature
|
8 лет назад |
Andreas Rumpf
|
03916fa3b1
M&S GC gets the heap dump feature
|
8 лет назад |
Jez Kabanov
|
014a90abad
call initAllocator in foreign thread
|
8 лет назад |
Jacek Sieka
|
b3846124e6
clean up a few stray c_stdout's in gc debug code
|
8 лет назад |
Andreas Rumpf
|
0834cd63d9
prepare Nim codebase for upcoming parser changes
|
8 лет назад |
Andreas Rumpf
|
ad7e219117
GCs support ForeignCells
|
9 лет назад |
Federico Ceratto
|
d9cb85c2d8
Spellcheck
|
8 лет назад |
Anatoly Galiulin
|
4f8244c717
Remove system.setupForeignThreadGc if `threads` option is off or TLS
|
9 лет назад |
def
|
4e0f8cf595
Use ByteAddress instead of deprecated TAddress
|
9 лет назад |
Andrey Sobolev
|
3be1267cbd
Change TAddress to ByteAddress
|
9 лет назад |
Andrey Sobolev
|
9cdfdde344
Support for GC working in Emscripten environment
|
9 лет назад |
Adam Strzelecki
|
43bddf62dd
lib: Trim .nim files trailing whitespace
|
9 лет назад |
rku
|
43bfda057b
Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/refCounting GCs.
|
9 лет назад |