summary refs log tree commit diff stats
path: root/tests/gc/gcbench.nim
Commit message (Collapse)AuthorAgeFilesLines
* TlSF Alloctor: use less memory for --gc:arc (#13280)Andreas Rumpf2020-01-281-0/+2
|
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-3/+7
| | | | | | | | | | | | | * first implementation of the =trace and =dispose hooks for the cycle collector * a cycle collector for ARC: progress * manual: the .acyclic pragma is a thing once again * gcbench: adaptations for --gc:arc * enable valgrind tests for the strutils tests * testament: better valgrind support * ARC refactoring: growable jumpstacks * ARC cycle detector: non-recursive algorithm * moved and renamed core/ files back to system/ * refactoring: --gc:arc vs --gc:orc since 'orc' is even more experimental and we want to ship --gc:arc soonish
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
|
* gcbench: better memory usage reportAndreas Rumpf2019-09-031-2/+2
|
* ported havlak and gcbench benchmarks to work with --gc:regionsAndreas Rumpf2019-01-191-31/+37
|
* makes tests greenAndreas Rumpf2016-01-151-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-165/+165
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* GC with realtime supportAraq2012-04-211-0/+3
|
* got rid of 'accept' dir in the testsAraq2011-11-191-4/+2
|
* fixed some testsAraq2011-11-191-6/+6
|
* GC tests now finally part of testsuiteAraq2011-11-101-1/+5
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* start of tests refactoring; sqlite3 new wrapper fixesrumpf_a@web.de2010-02-211-0/+163