summaryrefslogtreecommitdiff
path: root/ghc/includes/PrimOps.h
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 1999-01-21 10:31:41 by simonm]simonm1999-01-211-2/+2
| | | | | Resurrect ticky-ticky profiling. Not quite polished yet, but it compiles and produces some reasonable-looking stats.
* [project @ 1999-01-19 09:49:55 by simonm]simonm1999-01-191-2/+1
| | | | Remove debugging code from freeStablePtr.
* [project @ 1999-01-18 14:36:13 by sof]sof1999-01-181-1/+2
| | | | Added debugging code to freeStablePtr macro
* [project @ 1999-01-14 18:36:18 by sof]sof1999-01-141-1/+4
| | | | added isEmptyMVarZh macro
* [project @ 1999-01-14 11:57:48 by sewardj]sewardj1999-01-141-5/+7
| | | | | When -DDEBUG, in BYTE_ARR_CTS, allow GET_INFO(a) to be &MUT_ARR_WORDS_info as well as &ARR_WORDS_info.
* [project @ 1999-01-13 17:25:37 by simonm]simonm1999-01-131-6/+5
| | | | | | | | | | | | | | | | | Added a generational garbage collector. The collector is reliable but fairly untuned as yet. It works with an arbitrary number of generations: use +RTS -G<gens> to change the number of generations used (default 2). Stats: +RTS -Sstderr is quite useful, but to really see what's going on compile the RTS with -DDEBUG and use +RTS -D32. ARR_PTRS removed - it wasn't used anywhere. Sanity checking improved: - free blocks are now spammed when sanity checking is turned on - a check for leaking blocks is performed after each GC.
* [project @ 1998-12-02 13:17:09 by simonm]simonm1998-12-021-0/+743
Move 4.01 onto the main trunk.