summary refs log tree commit diff stats
path: root/lib/system/alloc.nim
Commit message (Expand)AuthorAgeFilesLines
* beginnings of --gc:stackAndreas Rumpf2016-03-121-147/+1
* further progress on --gc:v2Andreas Rumpf2016-02-171-4/+4
* Use ByteAddress instead of deprecated TAddressdef2016-01-241-1/+1
* lambda lifting support for iterToProc pluginAraq2015-12-011-1/+4
* Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-10-011-4/+7
|\
| * Add option to disable munmap() use in the allocator.Reimer Behrends2015-09-181-4/+7
* | mmap non PageSize aligned supportAndrey Sobolev2015-09-101-1/+48
|/
* proper distinction between --gc:none and --os:standaloneAraq2015-06-291-9/+24
* Fix typos in commentsdef2015-06-211-1/+1
* lib/system/a-e - Dropped 'T' from typespdw2015-06-041-90/+94
* Use more Natural and Positive numbers in proc parametersdef2015-04-061-102/+102
* some better sysassert messagesSimon Hafner2015-04-041-2/+2
* introduced 'benign' pragmaAraq2014-10-251-1/+1
* renamefestAraq2014-08-231-2/+2
* system files use new identifiersAraq2014-08-231-35/+35
* the big renamefest: first stepsAraq2014-08-221-2/+2
* added getTotalSharedMem et al.Jostein Berre Eliassen2014-05-201-0/+16
* first version of 'spawn'Araq2014-04-161-2/+5
* improvements for 'pretty'Araq2013-12-281-3/+3
* case consistency part 4Araq2013-12-271-23/+23
* case consistency part 1Araq2013-12-271-22/+23
* implemented 'injectStmt'; more debug supportAraq2013-12-161-1/+1
* GC: even more stress testingAraq2013-10-311-3/+12
* bugfix: mark&sweep GCAraq2013-03-291-14/+16
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* mark and sweep GC without bitvectors worksAraq2013-02-191-1/+2
* mark and sweep without bitvectorsAraq2013-02-191-7/+26
* fixed a serious code generation bug leading to wrong RTTIAraq2012-10-191-3/+3
* attempt to fix #183Araq2012-10-061-3/+7
* first steps for compiler as a serviceAraq2012-10-031-1/+2
* implemented a stack trace profilerAraq2012-09-151-0/+2
* objects with no ancestor are not implicitely finalAraq2012-08-241-1/+1
* DLLs should work again; fixes #169Araq2012-07-241-3/+4
* changed integer promotion rules; added math.fmodAraq2012-06-281-2/+2
* 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 str...Araq2012-01-021-1/+1
* 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