We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d14bcf commit a3a9fdbCopy full SHA for a3a9fdb
compiler/lib/driver.ml
@@ -165,22 +165,27 @@ let o1 : 'a -> 'a =
165
+> flow
166
+> specialize
167
+> eval
168
+ +> Unboxing.f
169
+> inline (* inlining may reveal new tailcall opt *)
170
+> deadcode
171
+> tailcall
172
+> phi
173
174
175
176
177
+> inline
178
179
+> print
180
181
182
183
184
185
186
187
+ +> flow
188
+ +> fst
189
190
(* o2 *)
191
0 commit comments