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 b911ee8 commit 8fa1223Copy full SHA for 8fa1223
compiler/lib/driver.ml
@@ -165,19 +165,22 @@ 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
0 commit comments