From 841de5287ecef4dae5ea2e78531d8216f9b87989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 2 Jun 2010 12:54:58 +0000 Subject: Update bootstrap compiler --- bootstrap/lib/compiler/ebin/beam_asm.beam | Bin 9168 -> 9028 bytes bootstrap/lib/compiler/ebin/beam_block.beam | Bin 13040 -> 12964 bytes bootstrap/lib/compiler/ebin/beam_bool.beam | Bin 14928 -> 14880 bytes bootstrap/lib/compiler/ebin/beam_bsm.beam | Bin 12308 -> 12196 bytes bootstrap/lib/compiler/ebin/beam_clean.beam | Bin 10192 -> 10128 bytes bootstrap/lib/compiler/ebin/beam_dead.beam | Bin 10908 -> 11456 bytes bootstrap/lib/compiler/ebin/beam_disasm.beam | Bin 23300 -> 23268 bytes bootstrap/lib/compiler/ebin/beam_flatten.beam | Bin 3256 -> 3252 bytes bootstrap/lib/compiler/ebin/beam_jump.beam | Bin 8984 -> 8936 bytes bootstrap/lib/compiler/ebin/beam_opcodes.beam | Bin 6748 -> 6756 bytes bootstrap/lib/compiler/ebin/beam_peep.beam | Bin 3176 -> 2356 bytes bootstrap/lib/compiler/ebin/beam_receive.beam | Bin 5388 -> 5392 bytes bootstrap/lib/compiler/ebin/beam_trim.beam | Bin 7764 -> 7764 bytes bootstrap/lib/compiler/ebin/beam_type.beam | Bin 13236 -> 13016 bytes bootstrap/lib/compiler/ebin/beam_utils.beam | Bin 13096 -> 12776 bytes bootstrap/lib/compiler/ebin/beam_validator.beam | Bin 31536 -> 31328 bytes bootstrap/lib/compiler/ebin/cerl.beam | Bin 28432 -> 28236 bytes bootstrap/lib/compiler/ebin/compile.beam | Bin 31804 -> 31408 bytes bootstrap/lib/compiler/ebin/core_lib.beam | Bin 5068 -> 5072 bytes bootstrap/lib/compiler/ebin/core_lint.beam | Bin 10660 -> 10656 bytes bootstrap/lib/compiler/ebin/core_parse.beam | Bin 34380 -> 34380 bytes bootstrap/lib/compiler/ebin/core_pp.beam | Bin 11204 -> 11148 bytes bootstrap/lib/compiler/ebin/core_scan.beam | Bin 6276 -> 6268 bytes bootstrap/lib/compiler/ebin/erl_bifs.beam | Bin 2024 -> 2100 bytes bootstrap/lib/compiler/ebin/rec_env.beam | Bin 4412 -> 4312 bytes bootstrap/lib/compiler/ebin/sys_core_fold.beam | Bin 41752 -> 42184 bytes bootstrap/lib/compiler/ebin/sys_expand_pmod.beam | Bin 7608 -> 7616 bytes bootstrap/lib/compiler/ebin/sys_pre_expand.beam | Bin 14064 -> 14044 bytes bootstrap/lib/compiler/ebin/v3_codegen.beam | Bin 48048 -> 47904 bytes bootstrap/lib/compiler/ebin/v3_core.beam | Bin 45328 -> 44984 bytes bootstrap/lib/compiler/ebin/v3_kernel.beam | Bin 40832 -> 40832 bytes bootstrap/lib/compiler/ebin/v3_life.beam | Bin 21600 -> 21568 bytes 32 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bootstrap/lib/compiler/ebin') diff --git a/bootstrap/lib/compiler/ebin/beam_asm.beam b/bootstrap/lib/compiler/ebin/beam_asm.beam index 2db98a2013..23046bac9f 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 e494c90788..4d71b65e23 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 a1ff7e705d..ef6e7823cc 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 87bdc81d1e..fb331ee690 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 9127a20bda..0b28815f2a 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 bdba7d1bfd..56288dc79e 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_disasm.beam b/bootstrap/lib/compiler/ebin/beam_disasm.beam index b58b44c68c..c8e2b27623 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_flatten.beam b/bootstrap/lib/compiler/ebin/beam_flatten.beam index 8546e1233a..402f2a14ae 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 2643874e07..1ee7b725fb 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 8c5378e05e..6ded472cb0 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 9fcb2536c8..279dd272b5 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 ef7afd8113..4d88e80acd 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_trim.beam b/bootstrap/lib/compiler/ebin/beam_trim.beam index 74b0cec2f6..5c0d405843 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 2f2b518994..cccf58b7a4 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 51975f77d4..7b9c08439e 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 e04c9efa69..9dda0621c0 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/cerl.beam b/bootstrap/lib/compiler/ebin/cerl.beam index b0fef4fd1a..9f45f9f441 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/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam index 3d44822af6..3db3a08335 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/core_lib.beam b/bootstrap/lib/compiler/ebin/core_lib.beam index 43c29138b8..8796f7e13e 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 75e8b9b162..e7db1d3f72 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 19202ce827..631c5d6aba 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 94baecf93c..fb9001c52f 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 d9a088f4c6..cd2146d722 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 8132234cb1..128f8a88d2 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 9e3d93482e..8a1de81396 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_fold.beam b/bootstrap/lib/compiler/ebin/sys_core_fold.beam index 6d96618ce7..f780a2fae6 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_expand_pmod.beam b/bootstrap/lib/compiler/ebin/sys_expand_pmod.beam index c0b1ebd802..3323279d7d 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_expand.beam b/bootstrap/lib/compiler/ebin/sys_pre_expand.beam index 2333028391..919e97fe3e 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 d55373f6ac..5555d01b2a 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 df65af76c7..5d889ea4f3 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 2f3efc7dfb..f87360f259 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_life.beam b/bootstrap/lib/compiler/ebin/v3_life.beam index 3b39cffbf9..3f0a409447 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