summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* rts/linker/PEi386: Rename finit field to finiBen Gamari2022-07-163-5/+5
* rts/linker/Elf: Introduce support for invoking finalizers on unloadBen Gamari2022-07-164-3/+90
* rts/linker/Elf: Check that there are no NULL ctorsBen Gamari2022-07-161-0/+1
* rts: forkOn context switches the target capabilityDouglas Wilson2022-07-164-8/+14
* Make keepAlive# out-of-lineBen Gamari2022-07-164-0/+29
* rts: Fix AdjustorPool bitmap manipulationBen Gamari2022-07-131-14/+14
* RTS: Add stack marker to StgCRunAsm.SAndreas Schwab2022-07-071-6/+5
* rts: allow NULL to be used as an invalid StgStablePtrAdam Sandberg Ericsson2022-07-075-6/+39
* Remove a bogus #define from ClosureMacros.hAndreas Klebinger2022-07-061-1/+0
* Ticky:Make json info a separate field.Andreas Klebinger2022-07-043-2/+5
* rts: gc stats: account properly for copied bytes in sequential collectionsDouglas Wilson2022-07-011-0/+7
* eventlog: Don't leave dangling pointers hanging aroundBen Gamari2022-06-221-0/+2
* Transcribe discussion from #21483 into a NoteMatthew Pickering2022-06-221-0/+78
* Revert "Ticky:Make json info a separate field."Matthew Pickering2022-06-222-3/+1
* Ticky:Make json info a separate field.Andreas Klebinger2022-06-212-1/+3
* linker: only keep rtl exception tables if they have been relocatedTamar Christina2022-06-201-5/+6
* ghc-heap: Don't Box NULL pointersBen Gamari2022-06-181-6/+11
* getProcessCPUTime: Fix the getrusage fallback to account for system CPU timeMatthew Pickering2022-06-091-1/+2
* Split out `GHC.HsToCore.{Breakpoints,Coverage}` and use `SizedSeq`John Ericson2022-06-021-1/+1