summaryrefslogtreecommitdiff
path: root/rts/Printer.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make a function for get_itbl, rather than using a CPP macroIan Lynagh2012-08-251-1/+1
* Fix warnings on Win64Ian Lynagh2012-04-261-12/+12
* Fix closure_type_names, BLACKHOLE and BLOCKING_QUEUE were swappedJoachim Breitner2012-03-141-1/+1
* Remove a couple of unused variablesIan Lynagh2011-06-241-4/+0
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-7/+16
* Remove some old commented out codeIan Lynagh2010-06-201-4/+0
* FIX #38000 Store StgArrWords payload size in bytesAntoine Latter2010-01-011-1/+1
* improvements to findPtr(), a neat hack for browsing the heap in gdbSimon Marlow2010-05-061-21/+24
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-011-17/+1
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-9/+7
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-10/+8
* GC refactoring, remove "steps"Simon Marlow2009-12-031-8/+6
* Unify event logging and debug tracing.Simon Marlow2009-08-291-0/+9
* Common up two closure type -> string tablesSimon Marlow2009-08-031-99/+92
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-16/+13
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-45/+0
* Untag closure pointers before trying to print them.Ben.Lippmeier@anu.edu.au2009-01-121-1/+2
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-8/+0
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-1/+2
* improvements to findPtr(), a useful hack for space-leak debugging in gdbSimon Marlow2007-08-291-18/+32
* FIX #1418 (partially)Simon Marlow2007-06-131-2/+2
* should be using GET_CON_DESC() to get the constructor nameSimon Marlow2007-06-131-1/+1
* warning policeSimon Marlow2007-06-131-1/+1
* Re-working of the breakpoint supportSimon Marlow2007-04-171-0/+85
* Remove vectored returns.Simon Marlow2007-02-281-6/+0
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-1/+0
* STM invariantstharris@microsoft.com2006-10-071-1/+3
* 64bit fixes for the symbol lookup tablesven.panne@aedion.de2006-09-231-7/+7
* Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure typesSimon Marlow2006-09-071-4/+0
* Match format strings and arguments for printf-like functionssven.panne@aedion.de2006-08-101-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+1127