fun display_isset_checks do
print "# total number of compiled attribute reads"
print "\t{attr_read_count}"
print "# total number of compiled isset-checks"
print "\t{isset_checks_count}"
end
src/compiler/separate_compiler.nit:1225,2--1230,4