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
/
mmdisp.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
preparations for easier debugging
Araq
2014-04-07
1
-0
/
+1
|
*
compiler warns when you use GC'ed memory and '--gc:none'
Araq
2014-01-19
1
-48
/
+48
|
*
case consistency part 4
Araq
2013-12-27
1
-1
/
+1
|
*
implemented 'injectStmt'; more debug support
Araq
2013-12-16
1
-1
/
+2
|
*
GC: even more stress testing
Araq
2013-10-31
1
-0
/
+1
|
*
first version of the debug GC; doesn't work yet
Araq
2013-10-01
1
-1
/
+1
|
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
|
*
preparations for a generational GC
Araq
2013-02-16
1
-1
/
+3
|
*
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
Araq
2013-02-07
1
-0
/
+3
|
*
revert to old GC; use --gc:v2 to activate the new GC
Araq
2013-01-31
1
-3
/
+3
|
*
cleaned up some debugging code
Zahary Karadjov
2013-01-20
1
-3
/
+3
|
*
fixes the recently discovered GC memory leaks
Zahary Karadjov
2012-12-20
1
-3
/
+6
|
|
|
|
|
|
This revision is intended as comparison point between the old and the new GC The used GC can be switched in mmdisp and various statistics will be gathered during execution (these will be removed/disabled in later revisions)
*
temporary debugging code for the memory leak investigation
Zahary Karadjov
2012-11-28
1
-0
/
+1
|
*
implemented support for the AVR CPU and standalone OS
Araq
2012-03-31
1
-0
/
+72
|
*
fixes tests for 'system.shallow'
Araq
2012-02-10
1
-2
/
+2
|
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-4
/
+8
|
*
bugfix: boehm GC improvements
Araq
2012-01-16
1
-4
/
+4
|
*
better inferfacing to boehm GC
Araq
2012-01-15
1
-4
/
+26
|
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
|
*
bugfixes for .rod files and visual C++
Araq
2011-12-03
1
-1
/
+1
|
*
tester checks exitcode; osproc additions; DLL fixes; taint mode fixes
Araq
2011-11-07
1
-35
/
+38
|
*
shared untraced heap; bugfix: mem corruptions in message passing code
Araq
2011-07-18
1
-19
/
+14
|
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
1
-0
/
+20
|
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-4
/
+11
|
*
improvements to get code size down for programs that don't use GC
Araq
2011-06-26
1
-9
/
+4
|
*
further progress for multi-threading
Araq
2011-05-19
1
-15
/
+4
|
*
lexer, parser cleanup; boehm gc for mac os x
Araq
2011-05-17
1
-1
/
+6
|
*
mmdisp [] instead of ^
Araq
2011-05-14
1
-6
/
+6
|
*
gc tweaking to gain a few percent of performance
Araq
2011-05-07
1
-1
/
+1
|
*
basic continue after error works; interactive mode more useful
Araq
2011-02-13
1
-1
/
+3
|
*
inlining of the write barrier for dlls
Andreas Rumpf
2010-08-08
1
-22
/
+0
|
*
before stack init change
Andreas Rumpf
2010-08-01
1
-8
/
+2
|
*
handling of compiler procs improved for DLL generation
Andreas Rumpf
2010-07-29
1
-50
/
+25
|
*
c2nim: better parsing of #ifdef C2NIM; #def support
Andreas Rumpf
2010-07-22
1
-2
/
+55
|
*
bugfix: c2nim: typedef unsigned char
Andreas Rumpf
2010-07-22
1
-0
/
+3
|
*
added system.appType magic
Andreas Rumpf
2010-07-21
1
-0
/
+195