Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@timo
Created February 4, 2020 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timo/6e8a259891326a16f0d62d4ae0d5d1fa to your computer and use it in GitHub Desktop.
Save timo/6e8a259891326a16f0d62d4ae0d5d1fa to your computer and use it in GitHub Desktop.
distribution of instruction counts in CORE.c.setting.moarvm (doesn't correspond directly to bytecode size in bytes)
grep -B1 "^ Frame_" /fileserver-data/new_stuff/work/core.c.setting.dump.txt | grep -A1 -- '^--' | grep -v '^--' | cut -b 1-6 | sort | uniq -c | sort -rn
1953 00007
1351 00004
389 00008
344 00034
330 00043
289 00017
262 00020
250 00040
235 00012
223 00039
219 00048
212 00038
208 00016
201 00003
193 00032
190 00044
179 00026
174 00036
165 00047
165 00018
160 00042
157 00030
157 00014
155 00021
153 00037
152 00029
151 00025
146 00022
141 00051
140 00011
139 00041
138 00062
138 00046
138 00006
137 00063
137 00023
137 00002
134 00052
132 00050
130 00028
126 00031
119 00049
117 00045
116 00019
114 00054
113 00013
110 00009
109 00057
107 00027
106 00058
104 00060
94 00065
93 00024
91 00053
90 00055
89 00035
85 00033
82 00068
81 00071
80 00061
78 00059
76 00066
76 00056
73 00005
67 00082
67 00073
67 00070
66 00077
65 00010
64 00072
63 00064
61 00069
61 00067
60 00083
59 00085
59 00076
58 00089
58 00075
57 00202
56 00080
56 00078
53 00015
50 00074
48 00087
45 00088
43 00093
41 00092
41 00090
40 00100
40 00086
40 00081
38 00096
37 00184
37 00105
37 00099
37 00098
37 00079
36 00097
34 00095
32 00109
32 00084
31 00106
31 00091
29 00220
29 00103
29 00094
28 00104
27 00115
25 00116
24 00125
24 00120
24 00107
23 00142
23 00108
22 00118
21 00111
21 00101
20 00132
20 00102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment