[don't increment allocation count when we arn't using it for status updates.
John Meacham <john@repetae.net>**20101207050322
 Ignore-this: f5209ab8f28a19f301d0dc9a7d1539ec
] hunk ./lib/jhc-prim/Jhc/Prim/IO.hs 15
--- | no the implicit unsafeCoerce__ here!
+-- | note the implicit unsafeCoerce__ here!
hunk ./src/rts/jhc_jgc.c 205
+                number_allocs = 0;
hunk ./src/rts/jhc_jgc.c 207
-        number_allocs = 0;
hunk ./src/rts/jhc_jgc.c 214
-        number_allocs++;
+        if (JHC_STATUS)
+                number_allocs++;