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 fd2ad56 commit b65eed0Copy full SHA for b65eed0
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 5e9279586b56789ecf6f02535c9624e01daeee96
+refs/heads/master: f5bf8d074b46ee9142f7db671a4d46581fff6b2e
trunk/src/boot/me/trans.ml
@@ -285,17 +285,7 @@ let trans_visitor
285
string_of_name (path_to_name cx.ctxt_curr_path)
286
in
287
288
- let should_inline_structure_helpers t =
289
- let n = 3 in
290
- match t with
291
- Ast.TY_tag ttag ->
292
- get_n_tag_tups cx ttag < n
293
- | Ast.TY_rec elts ->
294
- Array.length elts < n
295
- | Ast.TY_tup elts ->
296
297
- | _ -> false
298
- in
+ let should_inline_structure_helpers _ = false in
299
300
let based (reg:Il.reg) : Il.mem =
301
Il.RegIn (reg, None)
0 commit comments