summary refs log tree commit diff stats
path: root/lib/system/alloc.nim
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: threading on PowerPCAraq2012-02-021-3/+16
|
* --tlsEmulation:on works in debug mode againAraq2012-01-291-0/+2
|
* pragma on/off improvements; endb rewrittenAraq2012-01-281-0/+2
|
* bugfix: endless recursion in 'semAfterMacroCall'Araq2012-01-131-1/+0
|
* even more sys assertionsAraq2012-01-131-0/+24
|
* more sysasserts for allocator/gcAraq2012-01-121-1/+3
|
* unsuccessful phantom bug huntingAraq2012-01-081-8/+9
|
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-0/+4
|
* bugfix: +1 unnecessary in resizeString; caused annoying reallocations for ↵Araq2012-01-021-1/+1
| | | | strings created with 'newStringOfCap'
* serious allocator bugfixesAraq2012-01-021-3/+10
|
* MAP_ANONYMOUS is not always 0x20 for linux; changed the testsAraq2011-12-311-5/+4
|
* GC: use simple balanced tree instead of AVL treeAraq2011-12-301-9/+28
|
* GC stack scanning cares about interior pointersAraq2011-12-301-3/+48
|
* code gen can generate code to keep alive stack rootsAraq2011-12-221-1/+18
|
* bugfixes for .rod files and visual C++Araq2011-12-031-50/+50
|
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-221-1/+1
|
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-181-35/+67
|
* preparations for 0.8.12Araq2011-07-101-3/+6
|
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-110/+99
|
* threads clean up their heapAraq2011-06-041-8/+51
|
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-2/+2
|
* first steps to thread local heapsAraq2011-06-021-42/+29
|
* further progress for multi-threadingAraq2011-05-191-4/+21
|
* p[] instead of p^Araq2011-04-111-1/+1
|
* documentation improvementsAraq2011-01-311-7/+0
|
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-38/+39
|
* explicit types for generic routinesAndreas Rumpf2010-05-281-4/+4
|
* 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-0/+0
|
* version0.7.10Andreas Rumpf2009-06-081-0/+596