Keep track of an accurate count of live words in each step
[ghc-hetmet.git] / includes / Storage.h
index 3fcdfeb..d7a8421 100644 (file)
@@ -62,6 +62,7 @@ typedef struct step_ {
 
     bdescr *             blocks;       // blocks in this step
     unsigned int         n_blocks;     // number of blocks
+    unsigned int         n_words;       // number of words
 
     struct step_ *       to;           // destination step for live objects