Skip to content

Commit 8fa1223

Browse files
committed
Unboxing of function and block parameters
1 parent b911ee8 commit 8fa1223

File tree

3 files changed

+537
-0
lines changed

3 files changed

+537
-0
lines changed

compiler/lib/driver.ml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,19 +165,22 @@ let o1 : 'a -> 'a =
165165
+> flow
166166
+> specialize
167167
+> eval
168+
+> Unboxing.f
168169
+> inline (* inlining may reveal new tailcall opt *)
169170
+> deadcode
170171
+> tailcall
171172
+> phi
172173
+> flow
173174
+> specialize
174175
+> eval
176+
+> Unboxing.f
175177
+> inline
176178
+> deadcode
177179
+> print
178180
+> flow
179181
+> specialize
180182
+> eval
183+
+> Unboxing.f
181184
+> inline
182185
+> deadcode
183186
+> phi

0 commit comments

Comments
 (0)