summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
Commit message (Expand)AuthorAgeFilesLines
* rts/Schedule.c: remove unused variableÖmer Sinan Ağacan2015-10-221-6/+0
* Don't get a new nursery if we exceeded large_alloc_limSimon Marlow2015-07-151-12/+19
* Delete the WayPar wayThomas Miedema2015-07-101-25/+2
* Fix deadlock (#10545)Simon Marlow2015-06-261-7/+7
* Don't call DEAD_WEAK finalizer again on shutdown (#7170)Simon Marlow2015-06-011-2/+5
* fix bus errors on SPARC caused by unalignment access to alloc_limit (fixes #1...Karel Gardas2015-02-231-3/+3
* Add +RTS -n<size>: divide the nursery into chunksSimon Marlow2014-11-251-0/+6
* Make clearNursery freeSimon Marlow2014-11-251-11/+7
* Add missing semicolon in Schedule.cSimon Peyton Jones2014-11-181-1/+1
* Fix a bug introduced with allocation countersSimon Marlow2014-11-171-0/+3
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-0/+19
* [skip ci] rts: Detabify Schedule.cAustin Seipp2014-10-211-443/+443
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* Terminate in forkProcess like in real_mainEdsko de Vries2014-08-041-2/+1
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Acquire all_tasks_mutex in forkProcessEdsko de Vries2014-07-131-1/+12
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-19/+0
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-0/+19
* rts: Fix typo in commentBen Gamari2013-10-251-1/+1
* s/Heep/Heap/Edward Z. Yang2013-10-031-1/+1
* use a nat, not StgWord8, for gc_typeSimon Marlow2013-10-011-1/+1
* Revert "Default to infinite stack size (#8189)"Austin Seipp2013-09-081-1/+1
* Default to infinite stack size (#8189)Austin Seipp2013-09-081-1/+1
* Don't move Capabilities in setNumCapabilities (#8209)Simon Marlow2013-09-041-52/+35
* Implement atomicReadMVar, fixing #4001.Edward Z. Yang2013-07-091-0/+2
* Fix segfault with STM; fixes #8035. Patch from errge.Ian Lynagh2013-07-071-1/+13
* Ensure gc_type is StgWord8.Austin Seipp2013-06-211-1/+1
* Fix bug in setNumCapabilitiesSimon Marlow2013-02-201-12/+23
* Simplify some code; patch from Bill TuttIan Lynagh2013-02-171-4/+1
* Build fix for dyn way on Windows; patch from nusIan Lynagh2013-02-161-1/+1
* Changed ioManagerCapabilitiesChanged to take no arguments.Andreas Voellmy2013-02-111-3/+1
* setNumCapabilities calls GHC.Conc.IO.ioManagerCapabilitiesChanged before retu...Andreas Voellmy2013-02-111-0/+8
* Tidy up tso->stackobj before calling threadStackUnderflow (#7636)Simon Marlow2013-02-071-0/+1
* Better abstraction over run queues.Edward Z. Yang2013-01-161-7/+13
* Add a write barrier for TVAR closuresSimon Marlow2012-11-161-1/+1
* delete old commentsSimon Marlow2012-10-251-22/+0
* remove unused sched_shutting_downSimon Marlow2012-10-251-7/+0
* fix a warningSimon Marlow2012-10-231-2/+2
* typoSimon Marlow2012-10-221-1/+1
* Another overhaul of the recent_activity / idle GC handling (#5991)Simon Marlow2012-09-241-4/+12
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-2/+2
* tidy upSimon Marlow2012-08-211-6/+11
* Fix a bug in the handling of recent_activitySimon Marlow2012-08-071-13/+22
* Merge remote branch 'mikolaj/dcoutts'Ian Lynagh2012-07-141-1/+12
|\
| * Emit the task-tracking eventsDuncan Coutts2012-07-101-1/+12
* | The final GC should be a major oneSimon Marlow2012-07-101-1/+1
|/
* Merge branch 'master' of http://darcs.haskell.org//ghcIan Lynagh2012-06-071-1/+1
|\
| * Test USE_MINIINTERPRETER rather than GhcUnregisterisedIan Lynagh2012-05-271-1/+1
* | scheduleYield: avoid doing a GC again if we just did oneIan Lynagh2012-06-071-8/+19
|/
* Fix the timestamps in GC_START and GC_END events on the GC-initiating capMikolaj2012-04-041-2/+0