summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* rts: trigger a major collection if megablock usage exceeds maxHeapSizeTeo Camarasu2022-10-151-1/+5
* rts: ensure we are below maxHeapSize after returning megablocksTeo Camarasu2022-10-151-0/+7
* rts: Use pthread_setname_np correctly on DarwinBen Gamari2022-10-141-10/+36
* rts/linker: Add support for .fini sectionsBen Gamari2022-10-133-0/+9
* rts/linker: Consolidate initializer/finalizer handlingBen Gamari2022-10-137-251/+316
* rts: Don't hint inlining of appendToRunQueueBen Gamari2022-10-122-54/+58
* Separate IPE source file from spanBen Gamari2022-10-114-10/+23
* Refactor IPE initializationBen Gamari2022-10-118-108/+149
* rts: Refactor IPE tracing supportBen Gamari2022-10-116-66/+34
* rts: Add missing declaration of stg_noDuplicateBen Gamari2022-10-111-0/+1
* CmmToC: emit explicit tail calls when the C compiler supports itCheng Shao2022-10-111-2/+5
* rts: don't enforce aligned((8)) on 32-bit targetsCheng Shao2022-10-051-2/+2
* Fix a bug in continuation capture across multiple stack chunksAlexis King2022-10-011-2/+4
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-213-6/+6
* Add fragmentation statistic to GHC.StatsTeo Camarasu2022-09-212-3/+7
* rts: remove copy-paste error from `cabal.rts.in`Nicolas Trangez2022-09-201-3/+0
* rts: make threaded ways optionalCheng Shao2022-09-171-6/+17
* rts: remove legacy logging cabal flagCheng Shao2022-09-171-2/+0
* rts: fix missing dirty_MVAR argument in stg_writeIOPortzhCheng Shao2022-09-121-1/+1
* Add native delimited continuations to the RTSAlexis King2022-09-1133-37/+947
* Drop mk/{build,install,config}.mk.inBen Gamari2022-08-251-7/+3
* Drop make build systemBen Gamari2022-08-252-987/+0
* rts: Consistently use MiB in stats outputBen Gamari2022-08-241-1/+1
* compiler: Drop --build-id=none hackBen Gamari2022-08-181-1/+0
* typoEric Lindblad2022-08-161-2/+2
* rts/linker: Resolve iconv_* on FreeBSDBen Gamari2022-08-091-9/+50
* rts: Ensure that Array# card arrays are initializedBen Gamari2022-08-082-1/+7
* rts: remove redundant stg_traceCcszhCheng Shao2022-08-083-17/+0
* Add a primop to query the label of a threadBen Gamari2022-08-063-0/+13
* rts: Move thread labels into TSOBen Gamari2022-08-0620-140/+117
* Add primop to list threadsBen Gamari2022-08-067-3/+55
* rts: Fix code styleBen Gamari2022-08-061-14/+14
* Add one more sanity check in stg_restore_cccsAndreas Klebinger2022-08-061-0/+4
* Improve BUILD_PAP commentsAndreas Klebinger2022-08-061-0/+3
* rts/nonmoving: Don't scavenge objects which weren't evacuatedBen Gamari2022-07-253-5/+93
* rts/nonmoving: Track segment stateBen Gamari2022-07-252-1/+28
* rts/ProfHeap: Ensure new Censuses are zeroedBen Gamari2022-07-191-0/+1
* Allow running memInventory when the concurrent nonmoving gc is enabledTeo Camarasu2022-07-182-5/+14
* rts/linker: Ensure that __cxa_finalize is called on code unloadBen Gamari2022-07-162-0/+25
* rts/linker: Clean up section kindsBen Gamari2022-07-161-2/+5
* rts/linker: Fix resolution of __dso_handle on DarwinBen Gamari2022-07-161-1/+1
* rts/linker/Elf: Work around GCC 6 init/fini behaviorBen Gamari2022-07-161-3/+19
* rts/linker/MachO: Introduce finalizer supportBen Gamari2022-07-163-0/+32
* rts/linker/MachO: Use section flags to identify initializersBen Gamari2022-07-161-20/+11
* rts/linker/MachO: Drop dead codeBen Gamari2022-07-161-1/+0
* rts/linker/PEi386: Fix exception unwind unregistrationBen Gamari2022-07-161-8/+9
* rts/linker/PEi386: Respect dtor/ctor priorityBen Gamari2022-07-162-2/+45
* rts/linker/PEi386: Ensure that all .ctors/.dtors sections are runBen Gamari2022-07-162-21/+63
* rts/linker/PEi386: Add finalization supportBen Gamari2022-07-163-1/+49
* rts/linker/PEi386: Refactor handling of oc->infoBen Gamari2022-07-162-4/+10