Skip to content

Commit

Permalink
add (trivial) support for STM objects in lag/drag/void profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Marlow committed Feb 23, 2006
1 parent f7bb70d commit 6a71024
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ghc/rts/LdvProfile.c
Expand Up @@ -108,6 +108,10 @@ processHeapClosureForDead( StgClosure *c )
case MUT_VAR_DIRTY:
case BCO:
case STABLE_NAME:
case TVAR_WAIT_QUEUE:
case TVAR:
case TREC_HEADER:
case TREC_CHUNK:
return size;

/*
Expand Down

0 comments on commit 6a71024

Please sign in to comment.