summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* rts: Add more debug output to failed path in onIOCompleteBen Gamari2020-02-141-2/+3
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-122-2/+2
* Add arithmetic exception primops (#14664)Sylvain Henry2020-02-115-0/+34
* rts: Remove incorrect assertions around MSG_THROWTO messagesBen Gamari2020-02-111-3/+0
* rts: Use nanosleep instead of usleepBen Gamari2020-02-113-2/+22
* rts: Fix need_prealloc being reset when retainer profiling is onDaniel Gröber2020-02-081-1/+1
* rts: Fix Arena blocks accounting for MBlock sized allocationsDaniel Gröber2020-02-081-1/+1
* Fix hs_try_putmvar losing track of running capDylan Yudaken2020-02-081-0/+3
* fixup! fixup! Do not build StgCRunAsm.S for unregisterised buildsStefan Schulze Frielinghaus2020-02-041-0/+2
* Do not build StgCRunAsm.S for unregisterised buildsStefan Schulze Frielinghaus2020-02-041-0/+4
* rts/M32Alloc: Don't attempt to unmap non-existent pagesBen Gamari2020-02-011-1/+3
* Fix rts allocateExec() on NetBSDPHO2020-01-251-2/+3
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-258-8/+8
* Fix chaining tagged and untagged ptrs in compacting GCÖmer Sinan Ağacan2020-01-251-67/+95
* Fix +RTS -Z flag documentationÖmer Sinan Ağacan2020-01-201-1/+1
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-129-15/+15
* Fix overflow.Tamar Christina2020-01-061-1/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-0415-15/+15
* Fix some sloppy indentationKevin Buhr2019-12-311-3/+3
* Add additional Note explaining the -Iw flagKevin Buhr2019-12-311-2/+49
* Add "-Iw" RTS flag for minimum wait between idle GCs (#11134)Kevin Buhr2019-12-312-20/+42
* rts: Fix --debug-numa mode under DockerBen Gamari2019-12-302-0/+3
* rts: Error on invalid --numa flagsBen Gamari2019-12-301-1/+6
* rts: Ensure that nonmoving gc isn't used with profilingBen Gamari2019-12-301-0/+5
* Remove outdated commentSylvain Henry2019-12-241-4/+2
* Handle large ARR_WORDS in heap census (fix #17572)Sylvain Henry2019-12-191-0/+16
* Revert "rts: Drop redundant flags for libffi"Ben Gamari2019-12-121-3/+8
* rts: Specialize hashing at call site rather than in struct.Crazycolorz52019-12-118-84/+153
* rts: Add a long form flag to enable the non-moving GCBen Gamari2019-12-101-0/+5
* Fix comment typosGabor Greif2019-12-091-1/+1
* rts/NonMovingSweep: Fix locking of new mutable list allocationBen Gamari2019-12-051-1/+1
* nonmoving: Clear segment bitmaps during sweepBen Gamari2019-12-053-7/+4
* Fix more typosBrian Wignall2019-12-025-5/+5
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-288-9/+9
* Fix typosBrian Wignall2019-11-232-2/+2
* rts: Expose interface for configuring EventLogWritersBen Gamari2019-11-234-48/+88
* Use pointer equality in Eq/Ord for ThreadIdRoland Zumkeller2019-11-192-5/+21
* Changing Thread IDs from 32 bits to 64 bits.Roland Zumkeller2019-11-191-3/+3
* nonmoving: Drop redundant write barrier on stack underflowBen Gamari2019-11-191-10/+0
* nonmoving: Fix handling on large object marking on 32-bitBen Gamari2019-11-191-4/+7
* nonmoving: Rework mark queue representationBen Gamari2019-11-192-23/+18
* nonmoving: Fix incorrect masking in mark queue type testBen Gamari2019-11-191-2/+2
* nonmoving: Use correct info table pointer accessorBen Gamari2019-11-191-5/+7
* rts: Add missing include of SymbolExtras.hBen Gamari2019-11-191-0/+1
* Properly account for libdw paths in make build systemBen Gamari2019-11-192-1/+8
* Enable USE_PTHREAD_FOR_ITIMER also on FreeBSDViktor Dukhovni2019-11-191-0/+3
* rts/nonmoving: Catch failure of createOSThreadBen Gamari2019-11-081-2/+4
* rts/NonMoving: Fix various Windows build issuesBen Gamari2019-11-072-5/+6
* rts: Remove undesireable inline specifierBen Gamari2019-11-071-1/+1
* rts: Ensure that Rts.h is always included firstBen Gamari2019-11-077-6/+18