summaryrefslogtreecommitdiff
path: root/includes/rts
Commit message (Expand)AuthorAgeFilesLines
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-072-28/+2
* Libdw: Fix symbol namingBen Gamari2015-11-011-2/+2
* Libdw: Add libdw-based stack unwindingBen Gamari2015-10-171-0/+90
* s/StgArrWords/StgArrBytes/Siddhanathan Shanmugam2015-09-112-16/+9
* tracing: Kill EVENT_STARTUPBen Gamari2015-09-051-2/+2
* Two step allocator for 64-bit systemsGiovanni Campagna2015-07-221-191/+3
* Fix for CAF retention when dynamically loading & unloading codeSimon Marlow2015-06-081-2/+4
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-071-26/+0
* fix bus errors on SPARC caused by unalignment access to alloc_limit (fixes #1...Karel Gardas2015-02-231-0/+3
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-161-2/+2
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-131-0/+8
* Groom comments related to StaticPointers.Facundo Domínguez2014-12-221-2/+1
* Fix comments (#8254)Simon Marlow2014-12-151-3/+1
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+32
* Revert "Revert "Add purgeObj() to remove the symbol table entries for an obje...Simon Marlow2014-12-051-0/+3
* Revert "Add purgeObj() to remove the symbol table entries for an object"Simon Peyton Jones2014-12-021-3/+0
* Add purgeObj() to remove the symbol table entries for an objectSimon Marlow2014-11-281-0/+3
* Add +RTS -n<size>: divide the nursery into chunksSimon Marlow2014-11-251-0/+1
* Make clearNursery freeSimon Marlow2014-11-251-0/+21
* accessors to RTS flag values -- #5364Ömer Sinan Ağacan2014-11-241-30/+48
* rts: remove old-style field designator extension (#9396)Austin Seipp2014-11-191-24/+24
* Per-thread allocation counters and limitsSimon Marlow2014-11-124-11/+42
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-203-38/+3
* Name worker threads using pthread_setname_npSimon Marlow2014-10-101-1/+1
* Make the linker more robust to errorsSimon Marlow2014-10-081-1/+1
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-013-3/+38
* Revert "Revert "rts/base: Fix #9423"" and resolve issue that caused the revert.Andreas Voellmy2014-09-161-1/+2
* Revert "rts/base: Fix #9423"Austin Seipp2014-08-221-2/+1
* includes: detabify/dewhitespace rts/storage/ClosureMacros.hAustin Seipp2014-08-201-44/+44
* [ci skip] includes: detabify/dewhitespace rts/storage/InfoTables.hAustin Seipp2014-08-201-34/+34
* [ci skip] includes: detabify/dewhitespace rts/storage/Block.hAustin Seipp2014-08-201-4/+4
* [ci skip] includes: detabify/dewhitespace rts/storage/GC.hAustin Seipp2014-08-201-27/+27
* [ci skip] includes: detabify/dewhitespace rts/storage/Closures.hAustin Seipp2014-08-201-17/+17
* [ci skip] includes: detabify/dewhitespace rts/storage/TSO.hAustin Seipp2014-08-201-13/+13
* [ci skip] includes: detabify/dewhitespace rts/storage/MBlock.hAustin Seipp2014-08-201-3/+3
* [ci skip] includes: detabify/dewhitespace rts/prof/LDV.hAustin Seipp2014-08-201-1/+1
* [ci skip] includes: detabify/dewhitespace rts/prof/CCS.hAustin Seipp2014-08-201-35/+34
* [ci skip] includes: detabify/dewhitespace rts/Hpc.hAustin Seipp2014-08-201-3/+3
* [ci skip] includes: detabify/dewhitespace rts/OSThreads.hAustin Seipp2014-08-201-10/+10
* [ci skip] includes: detabify/dewhitespace rts/Stable.hAustin Seipp2014-08-201-3/+3
* [ci skip] includes: detabify/dewhitespace rts/Threads.hAustin Seipp2014-08-201-4/+4
* [ci skip] includes: detabify/dewhitespace rts/Ticky.hAustin Seipp2014-08-201-8/+7
* rts/base: Fix #9423Andreas Voellmy2014-08-191-1/+2
* Implement {resize,shrink}MutableByteArray# primopsHerbert Valerio Riedel2014-08-161-0/+33
* rts: drop unused 'SpinLockCount' typedefSergei Trofimovich2014-07-201-2/+0
* rts: Fix #9003 with an annoying hackAustin Seipp2014-07-091-1/+3
* Partially fix #9003 by reverting bad numbering.Edward Z. Yang2014-07-011-13/+15
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-044-42/+11
* Per-thread allocation counters and limitsSimon Marlow2014-05-024-11/+42
* Rts: Consistently use StgWord for sizes of bitmapsArash Rouhani2014-04-291-0/+5