summary refs log tree commit diff stats
path: root/lib/system/gc.nim
Commit message (Collapse)AuthorAgeFilesLines
* bugfixes for .rod files and visual C++Araq2011-12-031-32/+32
|
* fixes #31Araq2011-11-271-0/+3
|
* C codegen: generate nimKeepAlive calls at strategic places to keep the C ↵Araq2011-11-241-6/+15
| | | | compiler from optimizing away all stack roots
* attempt to fix tunidecode test; GC cares for seq->openArray conversionsAraq2011-11-211-0/+6
|
* DLL generation may work againAraq2011-11-021-3/+3
|
* better code generation for constant aggregatesAraq2011-11-021-3/+4
|
* got rid of tyPureObject; broke bootstrapping; use generated C codeAraq2011-09-241-1/+1
|
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-89/+93
|
* improvements to get code size down for programs that don't use GCAraq2011-06-261-1/+0
|
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-4/+4
|
* compiler can emulate thread local variablesAraq2011-06-151-1/+2
|
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-24/+28
|
* first steps to thread local heapsAraq2011-06-021-14/+29
|
* further progress for multi-threadingAraq2011-05-191-17/+9
|
* still playing with threadsAraq2011-05-171-13/+14
|
* thread support: next iterationAraq2011-05-171-10/+11
|
* further steps for thread support; bootstrapping should require unzip C ↵Araq2011-05-161-1/+1
| | | | sources and ./build.sh
* loop unrolled for stack markingAraq2011-05-131-0/+13
|
* gc tweaking to gain a few percent of performanceAraq2011-05-071-19/+52
|
* := templatable; lexer improvementsAraq2011-04-171-1/+5
|
* p[] instead of p^Araq2011-04-111-15/+15
|
* bugfix: GC more forgivingAraq2011-04-031-1/+4
|
* fixes #20Araq2011-03-121-2/+3
|
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-4/+6
|
* renamed lock->aquireAraq2010-11-181-16/+16
|
* version 0.8.10Araq2010-10-211-4/+5
|
* threading code deactivated; tiny C bugfix: don't report warnings to error ↵Araq2010-09-191-11/+17
| | | | callback
* fixes for exception handling; added system.compileOptionAraq2010-09-131-11/+34
|
* tiny C support; cosmetic improvements for the docsAraq2010-08-281-8/+8
|
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-82/+85
|
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-041-1/+2
|
* before stack init changeAndreas Rumpf2010-08-011-8/+21
|
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-291-10/+12
|
* explicit types for generic routinesAndreas Rumpf2010-05-281-1/+6
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* added tools and web dirsAndreas Rumpf2009-09-151-3/+3
|
* version0.7.10Andreas Rumpf2009-06-081-0/+647