summary refs log tree commit diff stats
path: root/lib/system/threads.nim
Commit message (Expand)AuthorAgeFilesLines
...
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-136/+120
* improvements to get code size down for programs that don't use GCAraq2011-06-261-4/+1
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-8/+10
* compiler can emulate thread local variablesAraq2011-06-151-31/+35
* first (non working) implementation of global thread analysisAraq2011-06-131-1/+2
* threads clean up their heapAraq2011-06-041-15/+13
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-36/+39
* first steps to thread local heapsAraq2011-06-021-0/+481