| Commit message (Expand) | Author | Age | Files | Lines |
* | FIX #1364: added support for C finalizers that run as soon as the value is no... | Simon Marlow | 2008-12-10 | 1 | -0/+3 |
* | add some more GC roots (fixes conc048, and possibly some others) | Simon Marlow | 2008-10-01 | 1 | -2/+10 |
* | FIX #2554: GHC.TopHandler.{runIO,runNonIO} should be GC roots | Simon Marlow | 2008-09-02 | 1 | -0/+6 |
* | FIX part of #2301, and #1619 | Simon Marlow | 2008-07-09 | 1 | -4/+21 |
* | calculate and report slop (wasted space at the end of blocks) | Simon Marlow | 2008-04-16 | 1 | -8/+11 |
* | improvements to PAPI support | simonmar@microsoft.com | 2007-11-20 | 1 | -4/+4 |
* | Refactor PAPI support, and add profiling of multithreaded GC | Simon Marlow | 2007-10-31 | 1 | -21/+1 |
* | hs_add_root: use use rts_lock()/rts_unlock() for a bit of extra safety | Simon Marlow | 2008-05-29 | 1 | -1/+5 |
* | FIX #2234: don't generate <prog>.prof unless we're going to put something in it | Simon Marlow | 2008-05-12 | 1 | -1/+1 |
* | Enable -prof -threaded (#886) | Simon Marlow | 2008-02-28 | 1 | -4/+5 |
* | Move file locking into the RTS, fixing #629, #1109 | Simon Marlow | 2007-11-20 | 1 | -0/+11 |
* | FIX #1623: disable the timer signal when the system is idle (threaded RTS only) | Simon Marlow | 2007-09-03 | 1 | -0/+2 |
* | freeProfiling1() needs to be after endProfiling() | Simon Marlow | 2007-08-24 | 1 | -2/+1 |
* | Don't freeProfiling1 until after calling reportCCSProfiling | Ian Lynagh | 2007-08-17 | 1 | -2/+2 |
* | FIX #1177, partially at least. | Simon Marlow | 2007-07-25 | 1 | -1/+1 |
* | hs_exit()/shutdownHaskell(): wait for outstanding foreign calls to complete b... | Simon Marlow | 2007-07-24 | 1 | -7/+29 |
* | Implement the RTS side of GHC.Environment.getFullArgs | Ian Lynagh | 2007-07-17 | 1 | -0/+1 |
* | remove OpenBSD-specific initAdjustor() code that shouldn't be required now | Simon Marlow | 2007-06-01 | 1 | -3/+0 |
* | FIX: #1227 (biographical profiling broken) | Simon Marlow | 2007-05-08 | 1 | -3/+3 |
* | Basic heap profile support without -prof | Simon Marlow | 2007-04-27 | 1 | -9/+2 |
* | Add an --install-signal-handlers=<yes|no> RTS flag; fixes trac #804 | Ian Lynagh | 2007-03-22 | 1 | -5/+9 |
* | Lightweight ticky-ticky profiling | Kirsten Chevalier | 2007-02-07 | 1 | -1/+1 |
* | Free more things that we allocate2006-12-16 | Ian Lynagh | 2006-12-15 | 1 | -0/+8 |
* | Free various things we allocate | Ian Lynagh | 2006-12-15 | 1 | -1/+6 |
* | Add freeScheduler/freeTaskManager and call it later than exitScheduler | Ian Lynagh | 2006-12-11 | 1 | -0/+3 |
* | When debugging, have the allocator help us a bit | Ian Lynagh | 2006-12-11 | 1 | -2/+14 |
* | Add support for the IO manager thread on Windows | Simon Marlow | 2006-12-01 | 1 | -2/+3 |
* | Remove the Windows Async IO Manager completely in THREADED_RTS mode | Simon Marlow | 2006-12-01 | 1 | -3/+3 |
* | better error messages when PAPI_library_init() fails | Simon Marlow | 2006-11-20 | 1 | -3/+12 |
* | Addition of PAPI to RTS | mrchebas@gmail.com | 2006-11-08 | 1 | -1/+23 |
* | remove unused includes, now that Storage.h & Stable.h are included by Rts.h | Simon Marlow | 2006-11-15 | 1 | -1/+0 |
* | Make all needed prototypes visible to avoid warnings | sven.panne@aedion.de | 2006-11-10 | 1 | -0/+1 |
* | Haskell Program Coverage | andy@galois.com | 2006-10-24 | 1 | -0/+5 |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -0/+1 |
* | new RTS flag: -V to modify the resolution of the RTS timer | Ian Lynagh | 2006-09-05 | 1 | -1/+1 |
* | Add shared Typeable support | Esa Ilari Vuokko | 2006-08-23 | 1 | -0/+7 |
* | make exit() overridable, for use in DLLs | Simon Marlow | 2006-08-09 | 1 | -0/+4 |
* | Remember to free() memory on exit | Simon Marlow | 2006-08-08 | 1 | -0/+6 |
* | New tracing interface | Simon Marlow | 2006-06-08 | 1 | -0/+4 |
* | Better control of the IO manager thread; improvements to deadlock checking | Simon Marlow | 2006-05-24 | 1 | -0/+8 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+457 |