Revert "lists: Add list literal doc example."
[factor.git] / vm / dispatch.hpp
blob7f676212cb51817f3243bc3971a7cfab503ae2ba
1 namespace factor {
3 struct dispatch_statistics {
4 cell megamorphic_cache_hits;
5 cell megamorphic_cache_misses;
7 cell cold_call_to_ic_transitions;
8 cell ic_to_pic_transitions;
9 cell pic_to_mega_transitions;
11 cell pic_tag_count;
12 cell pic_tuple_count;