Andreas Rumpf
|
cd65e5328d
GC: avoid pathological behaviour; fixes #10040 [backport] (#10052)
|
6 年之前 |
Jacek Sieka
|
87568830ab
Remove dead code (#9777)
|
6 年之前 |
Araq
|
53566f7165
fixes #7833; still to-do: fix setLen
|
6 年之前 |
Andreas Rumpf
|
1aa359febb
warn about inconsistent spacing around binary operators; fixes #7582
|
6 年之前 |
Araq
|
f1089db175
GC: enable precise global/thread local storage tracing
|
7 年之前 |
Araq
|
f71f9f83c2
GC improvements; distinguish between thread local and globals in the marking step
|
7 年之前 |
Araq
|
f1bf65f66e
gc.nim: Add a gcAssert to enforce the no heap sharing restrictions
|
7 年之前 |
Yuriy Glukhov
|
d1e10f9aa3
Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)
|
7 年之前 |
Andreas Rumpf
|
6a3288a60e
more replacements for the deprecated '<'
|
7 年之前 |
Araq
|
4a7266e1c1
fixes #3558
|
7 年之前 |
Andreas Rumpf
|
70e94b8c9e
GCs: use add instead of &
|
7 年之前 |
Andreas Rumpf
|
f7f3a25be8
first steps of making 'opt' a first class type for Nim
|
7 年之前 |
Andreas Rumpf
|
88b65ea957
fixes #6234
|
7 年之前 |
Andreas Rumpf
|
e968fbb7dd
added system.deallocHeap feature for Nim's native GCs
|
7 年之前 |
Andreas Rumpf
|
6f89323385
make the GCs more robust
|
7 年之前 |
Yuriy Glukhov
|
27c8efda9d
decTypeSize on growObj (#5465)
|
7 年之前 |
Samantha Marshall
|
93753926f5
adding support for using llvm ASAN (#5536)
|
7 年之前 |
Rokas Kupstys
|
f80ddbbcc6
Use constant nimCoroutines instead of defined(nimCoroutines)
|
8 年之前 |
Rokas Kupstys
|
9f8863169a
Cleanup of gc code
|
8 年之前 |
Rokas Kupstys
|
d69b701dde
Coroutines realtime support
|
8 年之前 |
Rokas Kupstys
|
c3d1b732d6
Reworked gc support for coroutines. Nim now bootstraps with -d:nimCoroutines
|
8 年之前 |
Rokas Kupstys
|
ff1bf74554
Delete fiber context when it exits (memleak fix)
|
8 年之前 |
Rokas Kupstys
|
373e667dbc
Coroutine rework.
|
8 年之前 |
Araq
|
346ea6d171
system.nim: don't use deprecated symbols/constructs
|
8 年之前 |
Araq
|
79f4b37d3b
added test case; threadex example crashes now
|
8 年之前 |
Andreas Rumpf
|
03916fa3b1
M&S GC gets the heap dump feature
|
8 年之前 |
Andreas Rumpf
|
823fbd4e40
default GC can do a sort of heap dump via -d:nimTypeNames and dumpNumberOfInstances()
|
8 年之前 |
Andreas Rumpf
|
36a9703866
Merge branch 'devel' into sighashes
|
8 年之前 |
Yuriy Glukhov
|
44ff8baf2a
Show cell type name in writeCell
|
8 年之前 |
Araq
|
d2cbf7f242
more fixes
|
8 年之前 |