index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
system
/
gc_ms.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #10271 [backport]
Araq
2019-01-13
1
-1
/
+2
*
Remove dead code (#9777)
Jacek Sieka
2018-11-26
1
-22
/
+2
*
more progress on destructor based strings
Andreas Rumpf
2018-07-13
1
-47
/
+49
*
M&S GC: collect earlier under memory pressure
Andreas Rumpf
2018-01-30
1
-6
/
+7
*
M&S GC: minor code cleanup
Andreas Rumpf
2018-01-21
1
-6
/
+0
*
Mark&Sweep GC: introduce nimTracing define for debugging
Andreas Rumpf
2018-01-19
1
-1
/
+38
*
GC: enable precise global/thread local storage tracing
Araq
2018-01-15
1
-10
/
+5
*
GC improvements; distinguish between thread local and globals in the marking ...
Araq
2018-01-14
1
-17
/
+6
*
Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)
Yuriy Glukhov
2017-12-31
1
-1
/
+1
*
more replacements for the deprecated '<'
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
GCs: use add instead of &
Andreas Rumpf
2017-09-29
1
-3
/
+3
*
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
1
-4
/
+4
*
added system.deallocHeap feature for Nim's native GCs
Andreas Rumpf
2017-07-22
1
-12
/
+0
*
make the GCs more robust
Andreas Rumpf
2017-07-20
1
-7
/
+7
*
added logic to the M&S GC to detect logical leaks
Araq
2017-06-16
1
-0
/
+55
*
Cleanup of gc code
Rokas Kupstys
2017-02-20
1
-14
/
+16
*
system.nim: don't use deprecated symbols/constructs
Araq
2017-02-08
1
-1
/
+1
*
M&S GC gets the heap dump feature
Andreas Rumpf
2017-01-15
1
-14
/
+17
*
Add `import sharedlist` when `hasThreadSupport`
James Boyden
2016-04-05
1
-0
/
+3
*
GCs support ForeignCells
Andreas Rumpf
2016-03-05
1
-0
/
+7
*
fixes #3245
Araq
2015-08-25
1
-1
/
+2
*
Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/ref...
rku
2015-07-31
1
-153
/
+23
*
Fixes compilation with --gc:markandsweep.
Dominik Picheta
2015-06-04
1
-1
/
+1
*
lib/system/g-w - Dropped 'T' from types
pdw
2015-06-04
1
-47
/
+48
*
Fix GC scanning of registers on x86_64 architectures.
Reimer Behrends
2015-05-07
1
-0
/
+9
*
Fix proc call in gc_ms
def
2015-03-26
1
-1
/
+1
*
fixed the tester; more tests green
Araq
2015-03-10
1
-18
/
+22
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
fixes #2070
Araq
2015-02-10
1
-4
/
+6
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
added 'setupGcForForeignThread' for better C interop
Araq
2014-12-11
1
-0
/
+14
*
introduced 'benign' pragma
Araq
2014-10-25
1
-8
/
+8
*
make tests green
Araq
2014-08-31
1
-26
/
+26
*
the big renamefest: first steps
Araq
2014-08-22
1
-2
/
+2
*
implemented builtin noncopying slice
Araq
2014-05-02
1
-0
/
+1
*
bugfix: MS-GC GC_unref
Araq
2014-04-30
1
-1
/
+2
*
bugfix: MS GC acknowledges GC_ref/unref properly
Araq
2014-04-30
1
-6
/
+45
*
marked markAndSweep GC thread safe
Araq
2014-04-20
1
-8
/
+8
*
mark and sweep GC compiles with --cs:partial
Araq
2014-02-02
1
-14
/
+14
*
fixes #569; C++ codegen works again
Araq
2013-08-31
1
-1
/
+1
*
mark and sweep GC without bitvectors works
Araq
2013-02-19
1
-1
/
+3
*
mark and sweep without bitvectors
Araq
2013-02-19
1
-22
/
+51
*
code cleanup for mark&sweep GC
Araq
2013-02-07
1
-51
/
+31
*
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
Araq
2013-02-07
1
-0
/
+524