repo.or.cz
/
factor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "lists: Add list literal doc example."
[factor.git]
/
vm
/
dispatch.hpp
blob
7f676212cb51817f3243bc3971a7cfab503ae2ba
1
namespace
factor
{
2
3
struct
dispatch_statistics
{
4
cell megamorphic_cache_hits
;
5
cell megamorphic_cache_misses
;
6
7
cell cold_call_to_ic_transitions
;
8
cell ic_to_pic_transitions
;
9
cell pic_to_mega_transitions
;
10
11
cell pic_tag_count
;
12
cell pic_tuple_count
;
13
};
14
15
}