Skip to content
Snippets Groups Projects
Commit 902f6cd7 authored by sof's avatar sof
Browse files

[project @ 1998-08-24 11:16:10 by sof]

[Semi-experimental]
ENTER_CC_PAP: tick the entry count of a PAP's CC when entering it.
parent 69721cdc
No related merge requests found
......@@ -308,6 +308,7 @@ On entering a closure we only count the enter to thunks ...
ASSERT_IS_REGISTERED(cc,1); \
if ( ! IS_CAF_OR_DICT_OR_SUB_CC(cc) ) { \
CCC = cc; \
CCC->scc_count++; \
} else { \
CCC_DETAIL_COUNT(cc->caffun_subsumed); \
CCC_DETAIL_COUNT(CCC->subsumed_caf_count); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment