summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* clean sm/Evac_thr.c and sm/Scav_thr.cSimon Marlow2008-09-221-0/+1
* On Linux use libffi for allocating executable memory (fixed #738)Simon Marlow2008-09-193-16/+59
* Move the context_switch flag into the CapabilitySimon Marlow2008-09-1910-26/+37
* Don't put the mingw directory in RTS's package.confIan Lynagh2008-09-181-3/+0
* Fix a warningSimon Marlow2008-09-161-1/+1
* Stop using mremap() to allocate space for trampolinesSimon Marlow2008-09-151-35/+25
* Fix #2586, bug in THUNK_SELECTORs (again)Simon Marlow2008-09-121-0/+5
* Fix crash in biographical heap profiling (#2576)2008-09-12_22008-09-12Simon Marlow2008-09-121-1/+1
* Fix retainer profiling (#2576)Simon Marlow2008-09-121-1/+1
* Fix some bugs in the stack-reducing code (#2571)Simon Marlow2008-09-123-15/+24
* Use OSThreadProcAttr for workerStartIan Lynagh2008-09-112-2/+4
* In stgReallocForGMP, we need to copy min(old_size,new_size)Ian Lynagh2008-09-111-1/+3
* Fix debug message formatting on Windowssimonpj@microsoft.com2008-09-101-1/+1
* when a memory leak is detected, report which blocks are unreachableSimon Marlow2008-09-095-4/+182
* Separate pruning from marking of spark poolsSimon Marlow2008-09-094-11/+19
* un-disable warnings in some modulesSimon Marlow2008-09-091-3/+0
* Fix warningsSimon Marlow2008-09-091-4/+3
* More sanity checking for the TSO write barrierSimon Marlow2008-09-093-1/+28
* Move checkGlobalTSOList() call from GarbageCollect() to checkSanity()Simon Marlow2008-09-092-2/+8
* small bugfix in traverseBlackHoleQueue()Simon Marlow2008-09-091-1/+5
* Fix race condition in wakeupThreadOnCapability() (#2574)Simon Marlow2008-09-095-54/+39
* Fix compacting GC bug: don't forget to thread the blackhole_queueSimon Marlow2008-09-091-0/+3
* Capability stopping when waiting for GCberthold@mathematik.uni-marburg.de2008-08-193-2/+35
* Scheduler code cleanupberthold@mathematik.uni-marburg.de2008-09-021-708/+96
* Fix parallel GC bug (crash in concprog001(threaded2))Simon Marlow2008-09-081-10/+16
* Make LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline functions, instead of macrosSimon Marlow2008-09-082-5/+5
* FIX BUILD on non-WindowsSimon Marlow2008-09-081-4/+5
* add (c) Lennart Augustsson (part of #740)Simon Marlow2008-09-081-0/+1
* sysErrorBelch: don't put an extra \n on WindowsSimon Marlow2008-09-031-0/+5
* Windows: print an error message in addDLLSimon Marlow2008-09-031-8/+20
* Add extern flag to avoid multiple symbol errors on Mac os Xdaniel@phasevelocity.org2008-08-222-3/+3
* FIX #2554: GHC.TopHandler.{runIO,runNonIO} should be GC rootsSimon Marlow2008-09-022-0/+10
* Fix references to exceptions from the RTSIan Lynagh2008-08-213-13/+11
* It doesn't look like HSprel.def is used any moreIan Lynagh2008-08-211-28/+0
* Fix compacting GC on 64-bit machinesSimon Marlow2008-08-201-1/+1
* fix cut-and-pastoSimon Marlow2008-08-111-1/+1
* get exception names from Control.Exception.Base instead of Control.ExceptionRoss Paterson2008-08-123-10/+10
* bindists are now some way towards workingIan Lynagh2008-08-101-10/+5
* Move Int, Float and Double into ghc-prim:GHC.TypesIan Lynagh2008-08-063-27/+27
* C# has moved to ghc-prim:GHC.TypesIan Lynagh2008-08-053-11/+11
* 2nd try: remove lochash, it isn't needed (now)Simon Marlow2008-08-042-38/+0
* FIX BUILD on WindowsSimon Marlow2008-08-041-4/+0
* UNDO: FIX #2375: remove oc->lochash completely, it apparently isn't usedSimon Marlow2008-08-042-0/+38
* Follow extensible exception changesIan Lynagh2008-07-303-10/+10
* When raising NonTermination with the RTS, build the right valueIan Lynagh2008-06-214-7/+7
* workaround #2277: turn off the RTS timer when calling into editlineSimon Marlow2008-07-301-0/+2
* FIX #2375: remove oc->lochash completely, it apparently isn't usedSimon Marlow2008-07-302-38/+0
* Fix a typo in powerpc/Linux-only code; spotted by Jeroen PullesIan Lynagh2008-07-291-1/+1
* FIX #2327: a fault in the thunk-selector machinery (again)Simon Marlow2008-07-291-11/+28
* FIX #2332: avoid overflow on 64-bit machines in the memory allocatorSimon Marlow2008-07-292-6/+6