Skip to content

Commit 264c04b

Browse files
committed
---
yaml --- r: 762 b: refs/heads/master c: a441865 h: refs/heads/master v: v3
1 parent d5a94ae commit 264c04b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 967a6f861da8a114bcd3915ae727f9945bd625bc
2+
refs/heads/master: a441865f6e501697f3a132c1e5ec73336e8e3184

trunk/src/boot/me/trans.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,14 @@ let trans_visitor
281281
in
282282

283283
let should_inline_structure_helpers t =
284-
let n = 2 in
284+
let n = 3 in
285285
match t with
286286
Ast.TY_tag ttag ->
287-
get_n_tag_tups cx ttag > n
287+
get_n_tag_tups cx ttag < n
288288
| Ast.TY_rec elts ->
289-
Array.length elts > 3
289+
Array.length elts < n
290290
| Ast.TY_tup elts ->
291-
Array.length elts > 3
291+
Array.length elts < n
292292
| _ -> false
293293
in
294294

0 commit comments

Comments
 (0)