From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- bootstrap/lib/compiler/ebin/beam_asm.beam | Bin 0 -> 9032 bytes bootstrap/lib/compiler/ebin/beam_block.beam | Bin 0 -> 13416 bytes bootstrap/lib/compiler/ebin/beam_bool.beam | Bin 0 -> 15148 bytes bootstrap/lib/compiler/ebin/beam_bsm.beam | Bin 0 -> 12612 bytes bootstrap/lib/compiler/ebin/beam_clean.beam | Bin 0 -> 10336 bytes bootstrap/lib/compiler/ebin/beam_dead.beam | Bin 0 -> 11228 bytes bootstrap/lib/compiler/ebin/beam_dict.beam | Bin 0 -> 4248 bytes bootstrap/lib/compiler/ebin/beam_disasm.beam | Bin 0 -> 23500 bytes bootstrap/lib/compiler/ebin/beam_flatten.beam | Bin 0 -> 3632 bytes bootstrap/lib/compiler/ebin/beam_jump.beam | Bin 0 -> 9316 bytes bootstrap/lib/compiler/ebin/beam_listing.beam | Bin 0 -> 3040 bytes bootstrap/lib/compiler/ebin/beam_opcodes.beam | Bin 0 -> 6956 bytes bootstrap/lib/compiler/ebin/beam_peep.beam | Bin 0 -> 3496 bytes bootstrap/lib/compiler/ebin/beam_trim.beam | Bin 0 -> 8084 bytes bootstrap/lib/compiler/ebin/beam_type.beam | Bin 0 -> 13664 bytes bootstrap/lib/compiler/ebin/beam_utils.beam | Bin 0 -> 13416 bytes bootstrap/lib/compiler/ebin/beam_validator.beam | Bin 0 -> 31720 bytes bootstrap/lib/compiler/ebin/cerl.beam | Bin 0 -> 28644 bytes bootstrap/lib/compiler/ebin/cerl_clauses.beam | Bin 0 -> 2964 bytes bootstrap/lib/compiler/ebin/cerl_inline.beam | Bin 0 -> 33392 bytes bootstrap/lib/compiler/ebin/cerl_trees.beam | Bin 0 -> 16168 bytes bootstrap/lib/compiler/ebin/compile.beam | Bin 0 -> 31412 bytes bootstrap/lib/compiler/ebin/compiler.app | 66 +++++++++++++++++++++ bootstrap/lib/compiler/ebin/compiler.appup | 1 + bootstrap/lib/compiler/ebin/core_lib.beam | Bin 0 -> 5376 bytes bootstrap/lib/compiler/ebin/core_lint.beam | Bin 0 -> 10980 bytes bootstrap/lib/compiler/ebin/core_parse.beam | Bin 0 -> 42016 bytes bootstrap/lib/compiler/ebin/core_pp.beam | Bin 0 -> 11524 bytes bootstrap/lib/compiler/ebin/core_scan.beam | Bin 0 -> 6596 bytes bootstrap/lib/compiler/ebin/erl_bifs.beam | Bin 0 -> 2344 bytes bootstrap/lib/compiler/ebin/rec_env.beam | Bin 0 -> 4732 bytes bootstrap/lib/compiler/ebin/sys_core_dsetel.beam | Bin 0 -> 6672 bytes bootstrap/lib/compiler/ebin/sys_core_fold.beam | Bin 0 -> 41916 bytes bootstrap/lib/compiler/ebin/sys_core_inline.beam | Bin 0 -> 4348 bytes bootstrap/lib/compiler/ebin/sys_expand_pmod.beam | Bin 0 -> 7748 bytes .../lib/compiler/ebin/sys_pre_attributes.beam | Bin 0 -> 3348 bytes bootstrap/lib/compiler/ebin/sys_pre_expand.beam | Bin 0 -> 14540 bytes bootstrap/lib/compiler/ebin/v3_codegen.beam | Bin 0 -> 48336 bytes bootstrap/lib/compiler/ebin/v3_core.beam | Bin 0 -> 45812 bytes bootstrap/lib/compiler/ebin/v3_kernel.beam | Bin 0 -> 41680 bytes bootstrap/lib/compiler/ebin/v3_kernel_pp.beam | Bin 0 -> 10980 bytes bootstrap/lib/compiler/ebin/v3_life.beam | Bin 0 -> 21236 bytes 42 files changed, 67 insertions(+) create mode 100644 bootstrap/lib/compiler/ebin/beam_asm.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_block.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_bool.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_bsm.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_clean.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_dead.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_dict.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_disasm.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_flatten.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_jump.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_listing.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_opcodes.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_peep.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_trim.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_type.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_utils.beam create mode 100644 bootstrap/lib/compiler/ebin/beam_validator.beam create mode 100644 bootstrap/lib/compiler/ebin/cerl.beam create mode 100644 bootstrap/lib/compiler/ebin/cerl_clauses.beam create mode 100644 bootstrap/lib/compiler/ebin/cerl_inline.beam create mode 100644 bootstrap/lib/compiler/ebin/cerl_trees.beam create mode 100644 bootstrap/lib/compiler/ebin/compile.beam create mode 100644 bootstrap/lib/compiler/ebin/compiler.app create mode 100644 bootstrap/lib/compiler/ebin/compiler.appup create mode 100644 bootstrap/lib/compiler/ebin/core_lib.beam create mode 100644 bootstrap/lib/compiler/ebin/core_lint.beam create mode 100644 bootstrap/lib/compiler/ebin/core_parse.beam create mode 100644 bootstrap/lib/compiler/ebin/core_pp.beam create mode 100644 bootstrap/lib/compiler/ebin/core_scan.beam create mode 100644 bootstrap/lib/compiler/ebin/erl_bifs.beam create mode 100644 bootstrap/lib/compiler/ebin/rec_env.beam create mode 100644 bootstrap/lib/compiler/ebin/sys_core_dsetel.beam create mode 100644 bootstrap/lib/compiler/ebin/sys_core_fold.beam create mode 100644 bootstrap/lib/compiler/ebin/sys_core_inline.beam create mode 100644 bootstrap/lib/compiler/ebin/sys_expand_pmod.beam create mode 100644 bootstrap/lib/compiler/ebin/sys_pre_attributes.beam create mode 100644 bootstrap/lib/compiler/ebin/sys_pre_expand.beam create mode 100644 bootstrap/lib/compiler/ebin/v3_codegen.beam create mode 100644 bootstrap/lib/compiler/ebin/v3_core.beam create mode 100644 bootstrap/lib/compiler/ebin/v3_kernel.beam create mode 100644 bootstrap/lib/compiler/ebin/v3_kernel_pp.beam create mode 100644 bootstrap/lib/compiler/ebin/v3_life.beam (limited to 'bootstrap/lib/compiler/ebin') diff --git a/bootstrap/lib/compiler/ebin/beam_asm.beam b/bootstrap/lib/compiler/ebin/beam_asm.beam new file mode 100644 index 0000000000..4c344fb55b Binary files /dev/null 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 new file mode 100644 index 0000000000..4aec75add0 Binary files /dev/null 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 new file mode 100644 index 0000000000..36ea808338 Binary files /dev/null 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 new file mode 100644 index 0000000000..5134dae164 Binary files /dev/null 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 new file mode 100644 index 0000000000..fd6502fd3f Binary files /dev/null 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 new file mode 100644 index 0000000000..fc938961d2 Binary files /dev/null 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 new file mode 100644 index 0000000000..88949a4d5f Binary files /dev/null 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 new file mode 100644 index 0000000000..61f2255751 Binary files /dev/null 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 new file mode 100644 index 0000000000..9a9bfbeba6 Binary files /dev/null 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 new file mode 100644 index 0000000000..3d7e8743b1 Binary files /dev/null and b/bootstrap/lib/compiler/ebin/beam_jump.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_listing.beam b/bootstrap/lib/compiler/ebin/beam_listing.beam new file mode 100644 index 0000000000..daa551e458 Binary files /dev/null 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 new file mode 100644 index 0000000000..d3d8d2f9bb Binary files /dev/null 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 new file mode 100644 index 0000000000..3bbceac19f Binary files /dev/null and b/bootstrap/lib/compiler/ebin/beam_peep.beam differ diff --git a/bootstrap/lib/compiler/ebin/beam_trim.beam b/bootstrap/lib/compiler/ebin/beam_trim.beam new file mode 100644 index 0000000000..f6cf5d15e1 Binary files /dev/null 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 new file mode 100644 index 0000000000..31a6c465bb Binary files /dev/null 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 new file mode 100644 index 0000000000..b66406ca68 Binary files /dev/null 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 new file mode 100644 index 0000000000..4d6742225e Binary files /dev/null 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 new file mode 100644 index 0000000000..c1ecd06293 Binary files /dev/null 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 new file mode 100644 index 0000000000..41ed5b6b54 Binary files /dev/null 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 new file mode 100644 index 0000000000..a20bccbed9 Binary files /dev/null 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 new file mode 100644 index 0000000000..66c5759506 Binary files /dev/null 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 new file mode 100644 index 0000000000..d988dd86cf Binary files /dev/null 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 new file mode 100644 index 0000000000..3d32ec6954 --- /dev/null +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -0,0 +1,66 @@ +% This is an -*- erlang -*- file. +%% %CopyrightBegin% +%% +%% Copyright Ericsson AB 2008-2009. All Rights Reserved. +%% +%% The contents of this file are subject to the Erlang Public License, +%% Version 1.1, (the "License"); you may not use this file except in +%% compliance with the License. You should have received a copy of the +%% Erlang Public License along with this software. If not, it can be +%% retrieved online at http://www.erlang.org/. +%% +%% Software distributed under the License is distributed on an "AS IS" +%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See +%% the License for the specific language governing rights and limitations +%% under the License. +%% +%% %CopyrightEnd% + +{application, compiler, + [{description, "ERTS CXC 138 10"}, + {vsn, "4.6.3"}, + {modules, [ + beam_asm, + beam_block, + beam_bool, + beam_bsm, + beam_clean, + beam_dead, + beam_dict, + beam_disasm, + beam_flatten, + beam_jump, + beam_listing, + beam_opcodes, + beam_peep, + beam_trim, + beam_type, + beam_utils, + beam_validator, + cerl, + cerl_clauses, + cerl_inline, + cerl_trees, + compile, + core_scan, + core_lint, + core_parse, + core_pp, + core_lib, + erl_bifs, + rec_env, + sys_core_dsetel, + sys_core_fold, + sys_core_inline, + sys_expand_pmod, + sys_pre_attributes, + sys_pre_expand, + v3_codegen, + v3_core, + v3_kernel, + v3_kernel_pp, + v3_life + ]}, + {registered, []}, + {applications, [kernel, stdlib]}, + {env, []}]}. diff --git a/bootstrap/lib/compiler/ebin/compiler.appup b/bootstrap/lib/compiler/ebin/compiler.appup new file mode 100644 index 0000000000..aa81bde536 --- /dev/null +++ b/bootstrap/lib/compiler/ebin/compiler.appup @@ -0,0 +1 @@ +{"4.6.3",[],[]}. diff --git a/bootstrap/lib/compiler/ebin/core_lib.beam b/bootstrap/lib/compiler/ebin/core_lib.beam new file mode 100644 index 0000000000..8e0c11ab54 Binary files /dev/null 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 new file mode 100644 index 0000000000..b944183f28 Binary files /dev/null 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 new file mode 100644 index 0000000000..c8a3945ad9 Binary files /dev/null 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 new file mode 100644 index 0000000000..dc0fcb477c Binary files /dev/null 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 new file mode 100644 index 0000000000..b920703e07 Binary files /dev/null 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 new file mode 100644 index 0000000000..add028e992 Binary files /dev/null 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 new file mode 100644 index 0000000000..5eb4e658c4 Binary files /dev/null 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 new file mode 100644 index 0000000000..8529721a53 Binary files /dev/null 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 new file mode 100644 index 0000000000..72b6fe41dc Binary files /dev/null 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 new file mode 100644 index 0000000000..98b5aa587d Binary files /dev/null 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 new file mode 100644 index 0000000000..9affce0919 Binary files /dev/null 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 new file mode 100644 index 0000000000..01e0b77e53 Binary files /dev/null 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 new file mode 100644 index 0000000000..77720809bc Binary files /dev/null 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 new file mode 100644 index 0000000000..7eafc0f119 Binary files /dev/null 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 new file mode 100644 index 0000000000..3c8a67ee88 Binary files /dev/null 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 new file mode 100644 index 0000000000..683d004187 Binary files /dev/null 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 new file mode 100644 index 0000000000..e8fa77539b Binary files /dev/null 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 new file mode 100644 index 0000000000..b6b1885cfd Binary files /dev/null and b/bootstrap/lib/compiler/ebin/v3_life.beam differ -- cgit v1.2.3