summaryrefslogtreecommitdiff
path: root/rts/sm
Commit message (Expand)AuthorAgeFilesLines
* initGroup: only initialize the first and last blocks of a groupSimon Marlow2015-07-151-15/+11
* Update comments around blackholesSimon Marlow2015-07-071-1/+1
* Fix for crash in setnumcapabilities001Simon Marlow2015-06-261-6/+12
* Fix for CAF retention when dynamically loading & unloading codeSimon Marlow2015-06-081-7/+34
* Don't call DEAD_WEAK finalizer again on shutdown (#7170)Simon Marlow2015-06-011-1/+2
* Newline after type of allocate().Edward Z. Yang2015-06-011-1/+2
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-072-0/+4
* fix bus errors on SPARC caused by unalignment access to alloc_limit (fixes #1...Karel Gardas2015-02-231-2/+8
* comments onlySimon Marlow2015-01-201-0/+2
* Optimise scavenge_large_srt_bitmapSimon Marlow2015-01-131-12/+22
* Add +RTS -n<size>: divide the nursery into chunksSimon Marlow2014-11-254-57/+102
* Make clearNursery freeSimon Marlow2014-11-252-19/+79
* arm64: 64bit iOS and SMP support (#7942)Luke Iannini2014-11-191-2/+2
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-1/+7
* Fix a rare parallel GC bugSimon Marlow2014-10-231-1/+6
* [skip ci] rts: Detabify sm/Compact.hAustin Seipp2014-10-211-9/+9
* [skip ci] rts: Detabify sm/Compact.cAustin Seipp2014-10-211-343/+343
* [skip ci] rts: Detabify sm/Sanity.cAustin Seipp2014-10-211-165/+165
* [skip ci] rts: Detabify sm/GC.cAustin Seipp2014-10-211-164/+164
* [skip ci] rts: Detabify sm/Scav.cAustin Seipp2014-10-211-772/+771
* [skip ci] rts: Detabify sm/Evac.cAustin Seipp2014-10-211-123/+123
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-2/+2
* Name worker threads using pthread_setname_npSimon Marlow2014-10-101-8/+9
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-2/+2
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-2926-208/+0
* rts: detabify/dewhitespace sm/MBlock.cAustin Seipp2014-08-201-12/+12
* rts: detabify/dewhitespace sm/GCUtils.cAustin Seipp2014-08-201-16/+16
* rts: detabify/dewhitespace sm/GCUtils.hAustin Seipp2014-08-201-6/+6
* rts: detabify/dewhitespace sm/GCAux.cAustin Seipp2014-08-201-19/+19
* rts: detabify/dewhitespace sm/MarkWeak.cAustin Seipp2014-08-201-15/+15
* rts: detabify/dewhitespace sm/BlockAlloc.cAustin Seipp2014-08-201-35/+35
* rts: detabify/dewhitespace sm/Storage.hAustin Seipp2014-08-201-4/+4
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-2826-0/+208
* Avoid unnecessary clock_gettime() syscalls in GC stats.Brian Brooks2014-07-102-7/+1
* Fix variable name in allocate()Reid Barton2014-07-011-3/+3
* Check for integer overflow in allocate() (#9172)Reid Barton2014-07-011-1/+9
* Per-capability nursery weak pointer lists, fixes #9075Edward Z. Yang2014-05-293-0/+39
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-7/+1
* Update comment now that we have per-gen weak pointer lists.Edward Z. Yang2014-05-041-4/+2
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-1/+7
* Rts: Reuse scavenge_small_bitmap (#8742)Arash Rouhani2014-04-292-53/+33
* Rts: Consistently use StgWord for sizes of bitmapsArash Rouhani2014-04-292-15/+15
* rts: Fix possible int overflow in resize_nurseryAustin Seipp2014-04-271-1/+2
* Make BlockAlloc.c comment slightly more accurate (fixes #8491)Edward Z. Yang2014-04-131-1/+1
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-293-0/+187
* fix comment on allocate() (#8254)Simon Marlow2014-02-271-12/+14
* Fix check for TLS support in Storage.cAustin Seipp2014-02-171-2/+2
* Remove ios_HOST check for GCTDecl.hAustin Seipp2014-02-061-1/+1
* Fix iOS build (fallout from 28b031c506)Austin Seipp2014-01-301-2/+5
* Refactor GCTDecl.h, and mitigate #7602 a bitAustin Seipp2014-01-281-59/+93