From 0247b4c2c53de08587c89fe5a3c598d7b798021d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 10 Oct 2012 16:03:30 +0200 Subject: Update primary bootstrap --- bootstrap/lib/compiler/ebin/beam_a.beam | Bin 0 -> 2236 bytes bootstrap/lib/compiler/ebin/beam_asm.beam | Bin 11576 -> 11576 bytes bootstrap/lib/compiler/ebin/beam_block.beam | Bin 14388 -> 14424 bytes bootstrap/lib/compiler/ebin/beam_bool.beam | Bin 16156 -> 16480 bytes bootstrap/lib/compiler/ebin/beam_bsm.beam | Bin 13724 -> 12256 bytes bootstrap/lib/compiler/ebin/beam_clean.beam | Bin 11468 -> 9476 bytes bootstrap/lib/compiler/ebin/beam_dead.beam | Bin 10180 -> 10212 bytes bootstrap/lib/compiler/ebin/beam_dict.beam | Bin 5364 -> 5360 bytes bootstrap/lib/compiler/ebin/beam_disasm.beam | Bin 25032 -> 25028 bytes bootstrap/lib/compiler/ebin/beam_except.beam | Bin 3484 -> 3344 bytes bootstrap/lib/compiler/ebin/beam_flatten.beam | Bin 3448 -> 2900 bytes bootstrap/lib/compiler/ebin/beam_jump.beam | Bin 9516 -> 8500 bytes bootstrap/lib/compiler/ebin/beam_opcodes.beam | Bin 6812 -> 6812 bytes bootstrap/lib/compiler/ebin/beam_peep.beam | Bin 2456 -> 2428 bytes bootstrap/lib/compiler/ebin/beam_receive.beam | Bin 5832 -> 6568 bytes bootstrap/lib/compiler/ebin/beam_split.beam | Bin 2048 -> 2048 bytes bootstrap/lib/compiler/ebin/beam_trim.beam | Bin 8568 -> 7452 bytes bootstrap/lib/compiler/ebin/beam_type.beam | Bin 14032 -> 14032 bytes bootstrap/lib/compiler/ebin/beam_utils.beam | Bin 14604 -> 13360 bytes bootstrap/lib/compiler/ebin/beam_validator.beam | Bin 34536 -> 34356 bytes bootstrap/lib/compiler/ebin/beam_z.beam | Bin 0 -> 2080 bytes bootstrap/lib/compiler/ebin/cerl.beam | Bin 30264 -> 30084 bytes bootstrap/lib/compiler/ebin/cerl_inline.beam | Bin 37572 -> 37496 bytes bootstrap/lib/compiler/ebin/cerl_trees.beam | Bin 18952 -> 18952 bytes bootstrap/lib/compiler/ebin/compile.beam | Bin 37460 -> 37168 bytes bootstrap/lib/compiler/ebin/compiler.app | 4 +++- bootstrap/lib/compiler/ebin/core_lib.beam | Bin 5468 -> 5460 bytes bootstrap/lib/compiler/ebin/core_lint.beam | Bin 11632 -> 11620 bytes bootstrap/lib/compiler/ebin/core_parse.beam | Bin 37696 -> 37672 bytes bootstrap/lib/compiler/ebin/core_pp.beam | Bin 12124 -> 12064 bytes bootstrap/lib/compiler/ebin/core_scan.beam | Bin 6628 -> 6628 bytes bootstrap/lib/compiler/ebin/erl_bifs.beam | Bin 2156 -> 2088 bytes bootstrap/lib/compiler/ebin/rec_env.beam | Bin 4780 -> 4772 bytes bootstrap/lib/compiler/ebin/sys_core_dsetel.beam | Bin 6996 -> 6992 bytes bootstrap/lib/compiler/ebin/sys_core_fold.beam | Bin 46776 -> 46672 bytes bootstrap/lib/compiler/ebin/sys_core_inline.beam | Bin 4208 -> 4208 bytes bootstrap/lib/compiler/ebin/sys_expand_pmod.beam | Bin 8424 -> 8424 bytes bootstrap/lib/compiler/ebin/sys_pre_attributes.beam | Bin 3356 -> 3348 bytes bootstrap/lib/compiler/ebin/sys_pre_expand.beam | Bin 16292 -> 16172 bytes bootstrap/lib/compiler/ebin/v3_codegen.beam | Bin 51696 -> 51812 bytes bootstrap/lib/compiler/ebin/v3_core.beam | Bin 51076 -> 51060 bytes bootstrap/lib/compiler/ebin/v3_kernel.beam | Bin 42764 -> 43204 bytes bootstrap/lib/compiler/ebin/v3_kernel_pp.beam | Bin 11828 -> 11780 bytes bootstrap/lib/compiler/ebin/v3_life.beam | Bin 19924 -> 19880 bytes 44 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 bootstrap/lib/compiler/ebin/beam_a.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_z.beam (limited to 'bootstrap/lib/compiler') diff --git a/bootstrap/lib/compiler/ebin/beam_a.beam b/bootstrap/lib/compiler/ebin/beam_a.beam new file mode 100644 index 0000000000..fd53a2e0f9 Binary files /dev/null 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 7b1ee38ef8..e09584fdeb 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 a7bb91adbb..0b93439386 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_bool.beam b/bootstrap/lib/compiler/ebin/beam_bool.beam index 252257b71d..18eb174687 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_bool.beam and b/bootstrap/lib/compiler/ebin/beam_bool.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_bsm.beam b/bootstrap/lib/compiler/ebin/beam_bsm.beam index 0c998c8e8c..e0ec059999 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_bsm.beam and b/bootstrap/lib/compiler/ebin/beam_bsm.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_clean.beam b/bootstrap/lib/compiler/ebin/beam_clean.beam index 70523ca134..3fe3225c14 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_dead.beam b/bootstrap/lib/compiler/ebin/beam_dead.beam index 17cced3c1a..b664286f0f 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_dead.beam and b/bootstrap/lib/compiler/ebin/beam_dead.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_dict.beam b/bootstrap/lib/compiler/ebin/beam_dict.beam index 81e62b0a7d..50771f4e90 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 ec48b89de7..b80b543679 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 index 5bd28a35d9..e86cdce99e 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_except.beam and b/bootstrap/lib/compiler/ebin/beam_except.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_flatten.beam b/bootstrap/lib/compiler/ebin/beam_flatten.beam index 0ac0dc7b92..8f06d7270c 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 4811360890..07963ae01e 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_opcodes.beam b/bootstrap/lib/compiler/ebin/beam_opcodes.beam index 2c414f1c7d..8425c2b2b5 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 aaba79046c..a21cc7e1e1 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_receive.beam b/bootstrap/lib/compiler/ebin/beam_receive.beam index 43f41f6535..95145224bf 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_receive.beam and b/bootstrap/lib/compiler/ebin/beam_receive.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_split.beam b/bootstrap/lib/compiler/ebin/beam_split.beam index 296e6c4671..2271c15ee4 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_split.beam and b/bootstrap/lib/compiler/ebin/beam_split.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_trim.beam b/bootstrap/lib/compiler/ebin/beam_trim.beam index 86f5d027f4..a497efa4cf 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_type.beam b/bootstrap/lib/compiler/ebin/beam_type.beam index 3cb5f06859..7b005ba802 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_type.beam and b/bootstrap/lib/compiler/ebin/beam_type.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_utils.beam b/bootstrap/lib/compiler/ebin/beam_utils.beam index 523a6f03fb..0c3ce5b710 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 41523ed185..d13cbe1944 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 new file mode 100644 index 0000000000..4d28344035 Binary files /dev/null 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 dcebe13bc8..a10f017869 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_inline.beam b/bootstrap/lib/compiler/ebin/cerl_inline.beam index eed98ecd2c..b195422469 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_trees.beam b/bootstrap/lib/compiler/ebin/cerl_trees.beam index df3f351c8d..49528c1635 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 c685035e23..ae8f3ee903 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 5170231c59..a4a7dec7c3 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -18,8 +18,9 @@ {application, compiler, [{description, "ERTS CXC 138 10"}, - {vsn, "4.8.1"}, + {vsn, "4.8.2"}, {modules, [ + beam_a, beam_asm, beam_block, beam_bool, @@ -40,6 +41,7 @@ beam_type, beam_utils, beam_validator, + beam_z, cerl, cerl_clauses, cerl_inline, diff --git a/bootstrap/lib/compiler/ebin/core_lib.beam b/bootstrap/lib/compiler/ebin/core_lib.beam index 1a60454b42..d03dfe646c 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 08fef1eb71..4dcf3868aa 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 4f555d8036..0993838799 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 ef3504058a..e96e4bc654 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 245e59483d..f14eda5a33 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 9234a54428..815258e0ac 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 91a86d9855..edabfdf444 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_dsetel.beam b/bootstrap/lib/compiler/ebin/sys_core_dsetel.beam index 0764734cb1..11c194a5cc 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_core_dsetel.beam and b/bootstrap/lib/compiler/ebin/sys_core_dsetel.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_core_fold.beam b/bootstrap/lib/compiler/ebin/sys_core_fold.beam index c878868598..7637853aea 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_inline.beam b/bootstrap/lib/compiler/ebin/sys_core_inline.beam index 907c9d53a5..b2762781e7 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_expand_pmod.beam b/bootstrap/lib/compiler/ebin/sys_expand_pmod.beam index 1649b9f2ff..17a208a769 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_expand_pmod.beam and b/bootstrap/lib/compiler/ebin/sys_expand_pmod.beam differ diff --git a/bootstrap/lib/compiler/ebin/sys_pre_attributes.beam b/bootstrap/lib/compiler/ebin/sys_pre_attributes.beam index a7ca15a033..d3b213e75a 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/sys_pre_expand.beam b/bootstrap/lib/compiler/ebin/sys_pre_expand.beam index 1a176b2e3f..c08dd86a80 100644 Binary files a/bootstrap/lib/compiler/ebin/sys_pre_expand.beam and b/bootstrap/lib/compiler/ebin/sys_pre_expand.beam differ diff --git a/bootstrap/lib/compiler/ebin/v3_codegen.beam b/bootstrap/lib/compiler/ebin/v3_codegen.beam index 12026564d9..8782fb01a8 100644 Binary files a/bootstrap/lib/compiler/ebin/v3_codegen.beam and b/bootstrap/lib/compiler/ebin/v3_codegen.beam differ diff --git a/bootstrap/lib/compiler/ebin/v3_core.beam b/bootstrap/lib/compiler/ebin/v3_core.beam index 84c005edc9..a51af4dd43 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 cd4bf48540..3801b77852 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 485aa63dcb..8f18f5ff25 100644 Binary files a/bootstrap/lib/compiler/ebin/v3_kernel_pp.beam and b/bootstrap/lib/compiler/ebin/v3_kernel_pp.beam differ diff --git a/bootstrap/lib/compiler/ebin/v3_life.beam b/bootstrap/lib/compiler/ebin/v3_life.beam index aa8b6b227b..f4a45b2a22 100644 Binary files a/bootstrap/lib/compiler/ebin/v3_life.beam and b/bootstrap/lib/compiler/ebin/v3_life.beam differ -- cgit v1.2.3