From 02da2214d3ee6d3490272d8f007af4c5b81c99f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Fri, 9 Aug 2019 11:50:33 +0200 Subject: Update primary bootstrap --- bootstrap/lib/compiler/ebin/beam_a.beam | Bin 3200 -> 3188 bytes bootstrap/lib/compiler/ebin/beam_asm.beam | Bin 11052 -> 11084 bytes bootstrap/lib/compiler/ebin/beam_block.beam | Bin 3444 -> 3896 bytes bootstrap/lib/compiler/ebin/beam_call_types.beam | Bin 0 -> 7672 bytes bootstrap/lib/compiler/ebin/beam_clean.beam | Bin 3516 -> 3856 bytes bootstrap/lib/compiler/ebin/beam_dict.beam | Bin 4644 -> 4696 bytes bootstrap/lib/compiler/ebin/beam_disasm.beam | Bin 20868 -> 20836 bytes bootstrap/lib/compiler/ebin/beam_except.beam | Bin 4204 -> 0 bytes bootstrap/lib/compiler/ebin/beam_flatten.beam | Bin 1928 -> 1924 bytes bootstrap/lib/compiler/ebin/beam_jump.beam | Bin 10012 -> 9928 bytes bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam | Bin 28684 -> 28768 bytes bootstrap/lib/compiler/ebin/beam_listing.beam | Bin 1580 -> 1564 bytes bootstrap/lib/compiler/ebin/beam_opcodes.beam | Bin 7548 -> 7588 bytes bootstrap/lib/compiler/ebin/beam_peep.beam | Bin 3588 -> 3532 bytes bootstrap/lib/compiler/ebin/beam_ssa.beam | Bin 12252 -> 12144 bytes bootstrap/lib/compiler/ebin/beam_ssa_bsm.beam | Bin 17892 -> 17704 bytes bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam | Bin 37932 -> 38368 bytes bootstrap/lib/compiler/ebin/beam_ssa_dead.beam | Bin 12424 -> 12292 bytes bootstrap/lib/compiler/ebin/beam_ssa_funs.beam | Bin 2556 -> 2556 bytes bootstrap/lib/compiler/ebin/beam_ssa_lint.beam | Bin 7528 -> 7880 bytes bootstrap/lib/compiler/ebin/beam_ssa_opt.beam | Bin 40080 -> 40332 bytes bootstrap/lib/compiler/ebin/beam_ssa_pp.beam | Bin 5500 -> 5444 bytes .../lib/compiler/ebin/beam_ssa_pre_codegen.beam | Bin 46536 -> 47208 bytes bootstrap/lib/compiler/ebin/beam_ssa_recv.beam | Bin 3884 -> 3812 bytes bootstrap/lib/compiler/ebin/beam_ssa_share.beam | Bin 5372 -> 5328 bytes bootstrap/lib/compiler/ebin/beam_ssa_type.beam | Bin 28480 -> 24064 bytes bootstrap/lib/compiler/ebin/beam_trim.beam | Bin 8676 -> 8672 bytes bootstrap/lib/compiler/ebin/beam_types.beam | Bin 0 -> 10160 bytes bootstrap/lib/compiler/ebin/beam_utils.beam | Bin 3548 -> 3536 bytes bootstrap/lib/compiler/ebin/beam_validator.beam | Bin 50352 -> 44920 bytes bootstrap/lib/compiler/ebin/beam_z.beam | Bin 3604 -> 3588 bytes bootstrap/lib/compiler/ebin/cerl.beam | Bin 28236 -> 28060 bytes bootstrap/lib/compiler/ebin/cerl_clauses.beam | Bin 2808 -> 2700 bytes bootstrap/lib/compiler/ebin/cerl_inline.beam | Bin 34712 -> 34364 bytes bootstrap/lib/compiler/ebin/cerl_sets.beam | Bin 2728 -> 2648 bytes bootstrap/lib/compiler/ebin/cerl_trees.beam | Bin 20408 -> 20096 bytes bootstrap/lib/compiler/ebin/compile.beam | Bin 41392 -> 41152 bytes bootstrap/lib/compiler/ebin/compiler.app | 3 ++- bootstrap/lib/compiler/ebin/core_lib.beam | Bin 3720 -> 3652 bytes bootstrap/lib/compiler/ebin/core_lint.beam | Bin 12472 -> 12400 bytes bootstrap/lib/compiler/ebin/core_parse.beam | Bin 63064 -> 62656 bytes bootstrap/lib/compiler/ebin/core_pp.beam | Bin 11452 -> 11332 bytes bootstrap/lib/compiler/ebin/core_scan.beam | Bin 6248 -> 6124 bytes bootstrap/lib/compiler/ebin/erl_bifs.beam | Bin 2080 -> 2080 bytes bootstrap/lib/compiler/ebin/rec_env.beam | Bin 4468 -> 4412 bytes bootstrap/lib/compiler/ebin/sys_core_alias.beam | Bin 5556 -> 5380 bytes bootstrap/lib/compiler/ebin/sys_core_bsm.beam | Bin 1672 -> 1648 bytes bootstrap/lib/compiler/ebin/sys_core_fold.beam | Bin 45228 -> 41132 bytes .../lib/compiler/ebin/sys_core_fold_lists.beam | Bin 4020 -> 4020 bytes bootstrap/lib/compiler/ebin/sys_core_inline.beam | Bin 3908 -> 3856 bytes bootstrap/lib/compiler/ebin/sys_pre_attributes.beam | Bin 2468 -> 2444 bytes bootstrap/lib/compiler/ebin/v3_core.beam | Bin 50688 -> 50204 bytes bootstrap/lib/compiler/ebin/v3_kernel.beam | Bin 50556 -> 52068 bytes bootstrap/lib/compiler/ebin/v3_kernel_pp.beam | Bin 12052 -> 11932 bytes 54 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 bootstrap/lib/compiler/ebin/beam_call_types.beam delete mode 100644 bootstrap/lib/compiler/ebin/beam_except.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_types.beam (limited to 'bootstrap/lib/compiler') diff --git a/bootstrap/lib/compiler/ebin/beam_a.beam b/bootstrap/lib/compiler/ebin/beam_a.beam index ceb83ba48b..160855f0a1 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_a.beam and b/bootstrap/lib/compiler/ebin/beam_a.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_asm.beam b/bootstrap/lib/compiler/ebin/beam_asm.beam index 78b75359a6..41b50928be 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_asm.beam and b/bootstrap/lib/compiler/ebin/beam_asm.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_block.beam b/bootstrap/lib/compiler/ebin/beam_block.beam index 1db56cb5f1..0faa2a981c 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_block.beam and b/bootstrap/lib/compiler/ebin/beam_block.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_call_types.beam b/bootstrap/lib/compiler/ebin/beam_call_types.beam new file mode 100644 index 0000000000..e73383b4ed Binary files /dev/null and b/bootstrap/lib/compiler/ebin/beam_call_types.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_clean.beam b/bootstrap/lib/compiler/ebin/beam_clean.beam index 4d567eca88..74a73324b9 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_clean.beam and b/bootstrap/lib/compiler/ebin/beam_clean.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_dict.beam b/bootstrap/lib/compiler/ebin/beam_dict.beam index b9317a55ee..3dd6c8e6d7 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_dict.beam and b/bootstrap/lib/compiler/ebin/beam_dict.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_disasm.beam b/bootstrap/lib/compiler/ebin/beam_disasm.beam index eb2a13d620..34619b82b9 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_disasm.beam and b/bootstrap/lib/compiler/ebin/beam_disasm.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_except.beam b/bootstrap/lib/compiler/ebin/beam_except.beam deleted file mode 100644 index 1894483f71..0000000000 Binary files a/bootstrap/lib/compiler/ebin/beam_except.beam and /dev/null differ diff --git a/bootstrap/lib/compiler/ebin/beam_flatten.beam b/bootstrap/lib/compiler/ebin/beam_flatten.beam index d7780861c2..8874d5d6e8 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_flatten.beam and b/bootstrap/lib/compiler/ebin/beam_flatten.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_jump.beam b/bootstrap/lib/compiler/ebin/beam_jump.beam index 289c08630a..3419693975 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_jump.beam and b/bootstrap/lib/compiler/ebin/beam_jump.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam b/bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam index 96362c8cdd..2d239b9e40 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam and b/bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_listing.beam b/bootstrap/lib/compiler/ebin/beam_listing.beam index 097ba5e7ff..747ee9e685 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_listing.beam and b/bootstrap/lib/compiler/ebin/beam_listing.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_opcodes.beam b/bootstrap/lib/compiler/ebin/beam_opcodes.beam index 52a23f7f6c..31a700c6e9 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_opcodes.beam and b/bootstrap/lib/compiler/ebin/beam_opcodes.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_peep.beam b/bootstrap/lib/compiler/ebin/beam_peep.beam index 9246bd1c27..293a6bb264 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_peep.beam and b/bootstrap/lib/compiler/ebin/beam_peep.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_ssa.beam b/bootstrap/lib/compiler/ebin/beam_ssa.beam index 0327230a58..7d59829998 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_ssa.beam and b/bootstrap/lib/compiler/ebin/beam_ssa.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_bsm.beam b/bootstrap/lib/compiler/ebin/beam_ssa_bsm.beam index b9bb997cc7..9674c3c352 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_ssa_bsm.beam and b/bootstrap/lib/compiler/ebin/beam_ssa_bsm.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam b/bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam index cb06630012..7f2b8349fc 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam and b/bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_dead.beam b/bootstrap/lib/compiler/ebin/beam_ssa_dead.beam index 782073698e..3879c3c9d8 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_ssa_dead.beam and b/bootstrap/lib/compiler/ebin/beam_ssa_dead.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_funs.beam b/bootstrap/lib/compiler/ebin/beam_ssa_funs.beam index 6370e1eb78..2efca72292 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_ssa_funs.beam and b/bootstrap/lib/compiler/ebin/beam_ssa_funs.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_lint.beam b/bootstrap/lib/compiler/ebin/beam_ssa_lint.beam index e0a43057fc..d9f74f89dd 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_ssa_lint.beam and b/bootstrap/lib/compiler/ebin/beam_ssa_lint.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam b/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam index b8588725b4..781820872b 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam and b/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_pp.beam b/bootstrap/lib/compiler/ebin/beam_ssa_pp.beam index f76f15aa70..19bdaa1a9e 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_ssa_pp.beam and b/bootstrap/lib/compiler/ebin/beam_ssa_pp.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam b/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam index e22cb5c846..2d8301e71b 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam and b/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam b/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam index 578e8db0eb..d67d6db761 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam and b/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_share.beam b/bootstrap/lib/compiler/ebin/beam_ssa_share.beam index d975cebf48..c59f105c65 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_ssa_share.beam and b/bootstrap/lib/compiler/ebin/beam_ssa_share.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_type.beam b/bootstrap/lib/compiler/ebin/beam_ssa_type.beam index 0403230604..a52959ec5a 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_ssa_type.beam and b/bootstrap/lib/compiler/ebin/beam_ssa_type.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_trim.beam b/bootstrap/lib/compiler/ebin/beam_trim.beam index 00f3224106..fefffbac73 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_trim.beam and b/bootstrap/lib/compiler/ebin/beam_trim.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_types.beam b/bootstrap/lib/compiler/ebin/beam_types.beam new file mode 100644 index 0000000000..7658ed8dcd Binary files /dev/null and b/bootstrap/lib/compiler/ebin/beam_types.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_utils.beam b/bootstrap/lib/compiler/ebin/beam_utils.beam index 996525efc9..c26a840398 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_utils.beam and b/bootstrap/lib/compiler/ebin/beam_utils.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_validator.beam b/bootstrap/lib/compiler/ebin/beam_validator.beam index 050789f481..b7eef824d1 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_validator.beam and b/bootstrap/lib/compiler/ebin/beam_validator.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_z.beam b/bootstrap/lib/compiler/ebin/beam_z.beam index 21ca7bcf46..13a77364b8 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_z.beam and b/bootstrap/lib/compiler/ebin/beam_z.beam differ diff --git a/bootstrap/lib/compiler/ebin/cerl.beam b/bootstrap/lib/compiler/ebin/cerl.beam index 948c4759b0..ef121c4d2f 100644 Binary files a/bootstrap/lib/compiler/ebin/cerl.beam and b/bootstrap/lib/compiler/ebin/cerl.beam differ diff --git a/bootstrap/lib/compiler/ebin/cerl_clauses.beam b/bootstrap/lib/compiler/ebin/cerl_clauses.beam index a20a4ca43b..09ce6fe0a8 100644 Binary files a/bootstrap/lib/compiler/ebin/cerl_clauses.beam and b/bootstrap/lib/compiler/ebin/cerl_clauses.beam differ diff --git a/bootstrap/lib/compiler/ebin/cerl_inline.beam b/bootstrap/lib/compiler/ebin/cerl_inline.beam index 7bf92a0dd7..e109cf60cc 100644 Binary files a/bootstrap/lib/compiler/ebin/cerl_inline.beam and b/bootstrap/lib/compiler/ebin/cerl_inline.beam differ diff --git a/bootstrap/lib/compiler/ebin/cerl_sets.beam b/bootstrap/lib/compiler/ebin/cerl_sets.beam index bda70130a6..58efd3f8e3 100644 Binary files a/bootstrap/lib/compiler/ebin/cerl_sets.beam and b/bootstrap/lib/compiler/ebin/cerl_sets.beam differ diff --git a/bootstrap/lib/compiler/ebin/cerl_trees.beam b/bootstrap/lib/compiler/ebin/cerl_trees.beam index 831eddc405..c7efc37edf 100644 Binary files a/bootstrap/lib/compiler/ebin/cerl_trees.beam and b/bootstrap/lib/compiler/ebin/cerl_trees.beam differ diff --git a/bootstrap/lib/compiler/ebin/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam index ebe42547ee..64fe613410 100644 Binary files a/bootstrap/lib/compiler/ebin/compile.beam and b/bootstrap/lib/compiler/ebin/compile.beam differ diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app index e086da1b68..4d6b9b484d 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -24,10 +24,10 @@ beam_a, beam_asm, beam_block, + beam_call_types, beam_clean, beam_dict, beam_disasm, - beam_except, beam_flatten, beam_jump, beam_kernel_to_ssa, @@ -47,6 +47,7 @@ beam_ssa_share, beam_ssa_type, beam_trim, + beam_types, beam_utils, beam_validator, beam_z, diff --git a/bootstrap/lib/compiler/ebin/core_lib.beam b/bootstrap/lib/compiler/ebin/core_lib.beam index 19b0c3dfcb..2179dceeca 100644 Binary files a/bootstrap/lib/compiler/ebin/core_lib.beam and b/bootstrap/lib/compiler/ebin/core_lib.beam differ diff --git a/bootstrap/lib/compiler/ebin/core_lint.beam b/bootstrap/lib/compiler/ebin/core_lint.beam index ecad4f33e0..76007eb4a3 100644 Binary files a/bootstrap/lib/compiler/ebin/core_lint.beam and b/bootstrap/lib/compiler/ebin/core_lint.beam differ diff --git a/bootstrap/lib/compiler/ebin/core_parse.beam b/bootstrap/lib/compiler/ebin/core_parse.beam index f14357cf02..10c3f135e0 100644 Binary files a/bootstrap/lib/compiler/ebin/core_parse.beam and b/bootstrap/lib/compiler/ebin/core_parse.beam differ diff --git a/bootstrap/lib/compiler/ebin/core_pp.beam b/bootstrap/lib/compiler/ebin/core_pp.beam index a2b3167e10..7ed91b8614 100644 Binary files a/bootstrap/lib/compiler/ebin/core_pp.beam and b/bootstrap/lib/compiler/ebin/core_pp.beam differ diff --git a/bootstrap/lib/compiler/ebin/core_scan.beam b/bootstrap/lib/compiler/ebin/core_scan.beam index 8e44464cd7..4505c07159 100644 Binary files a/bootstrap/lib/compiler/ebin/core_scan.beam and b/bootstrap/lib/compiler/ebin/core_scan.beam differ diff --git a/bootstrap/lib/compiler/ebin/erl_bifs.beam b/bootstrap/lib/compiler/ebin/erl_bifs.beam index e626e91f4f..32fc39a28b 100644 Binary files a/bootstrap/lib/compiler/ebin/erl_bifs.beam and b/bootstrap/lib/compiler/ebin/erl_bifs.beam differ diff --git a/bootstrap/lib/compiler/ebin/rec_env.beam b/bootstrap/lib/compiler/ebin/rec_env.beam index 6d0c5baa04..a3e441e12b 100644 Binary files a/bootstrap/lib/compiler/ebin/rec_env.beam and b/bootstrap/lib/compiler/ebin/rec_env.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_core_alias.beam b/bootstrap/lib/compiler/ebin/sys_core_alias.beam index b769b6be41..0cd375f706 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_core_alias.beam and b/bootstrap/lib/compiler/ebin/sys_core_alias.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_core_bsm.beam b/bootstrap/lib/compiler/ebin/sys_core_bsm.beam index 6f4204e0a1..c92a95d2d6 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_core_bsm.beam and b/bootstrap/lib/compiler/ebin/sys_core_bsm.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_core_fold.beam b/bootstrap/lib/compiler/ebin/sys_core_fold.beam index d4746e3664..e65b66aa99 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_core_fold.beam and b/bootstrap/lib/compiler/ebin/sys_core_fold.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_core_fold_lists.beam b/bootstrap/lib/compiler/ebin/sys_core_fold_lists.beam index f4aac9ac13..fad3a34ad5 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_core_fold_lists.beam and b/bootstrap/lib/compiler/ebin/sys_core_fold_lists.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_core_inline.beam b/bootstrap/lib/compiler/ebin/sys_core_inline.beam index 5647c8fcb5..a5c1fd8784 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_core_inline.beam and b/bootstrap/lib/compiler/ebin/sys_core_inline.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_pre_attributes.beam b/bootstrap/lib/compiler/ebin/sys_pre_attributes.beam index 002b4f2914..96280ba9ec 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_pre_attributes.beam and b/bootstrap/lib/compiler/ebin/sys_pre_attributes.beam differ diff --git a/bootstrap/lib/compiler/ebin/v3_core.beam b/bootstrap/lib/compiler/ebin/v3_core.beam index 3cbbdfd88b..214aacff2d 100644 Binary files a/bootstrap/lib/compiler/ebin/v3_core.beam and b/bootstrap/lib/compiler/ebin/v3_core.beam differ diff --git a/bootstrap/lib/compiler/ebin/v3_kernel.beam b/bootstrap/lib/compiler/ebin/v3_kernel.beam index 6ce6777e55..1a7bf1455b 100644 Binary files a/bootstrap/lib/compiler/ebin/v3_kernel.beam and b/bootstrap/lib/compiler/ebin/v3_kernel.beam differ diff --git a/bootstrap/lib/compiler/ebin/v3_kernel_pp.beam b/bootstrap/lib/compiler/ebin/v3_kernel_pp.beam index 5177b65198..4bbc799593 100644 Binary files a/bootstrap/lib/compiler/ebin/v3_kernel_pp.beam and b/bootstrap/lib/compiler/ebin/v3_kernel_pp.beam differ -- cgit v1.2.3