dispatch-statistics


Vocabulary
vm

Definition


STRUCT: dispatch-statistics
{ megamorphic-cache-hits cell_t initial: 0 }
{ megamorphic-cache-misses cell_t initial: 0 }
{ cold-call-to-ic-transitions cell_t initial: 0 }
{ ic-to-pic-transitions cell_t initial: 0 }
{ pic-to-mega-transitions cell_t initial: 0 }
{ pic-tag-count cell_t initial: 0 }
{ pic-tuple-count cell_t initial: 0 } ;


Methods