From 0e7c0d4eb8dd8f6f9a9ee377fa886edbae0b1627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Fri, 2 Sep 2016 14:17:31 +0200 Subject: Update primary bootstrap --- bootstrap/lib/compiler/ebin/beam_dead.beam | Bin 12992 -> 13296 bytes bootstrap/lib/compiler/ebin/beam_dict.beam | Bin 5292 -> 5292 bytes bootstrap/lib/compiler/ebin/beam_jump.beam | Bin 9524 -> 10048 bytes bootstrap/lib/compiler/ebin/beam_trim.beam | Bin 7856 -> 7856 bytes bootstrap/lib/compiler/ebin/cerl_inline.beam | Bin 38688 -> 38688 bytes bootstrap/lib/compiler/ebin/compile.beam | Bin 39112 -> 39532 bytes bootstrap/lib/compiler/ebin/compiler.app | 1 - bootstrap/lib/compiler/ebin/core_pp.beam | Bin 12020 -> 12020 bytes bootstrap/lib/compiler/ebin/sys_core_inline.beam | Bin 4236 -> 4236 bytes bootstrap/lib/compiler/ebin/sys_pre_expand.beam | Bin 13084 -> 0 bytes bootstrap/lib/compiler/ebin/v3_codegen.beam | Bin 56552 -> 56552 bytes bootstrap/lib/compiler/ebin/v3_core.beam | Bin 55180 -> 57464 bytes bootstrap/lib/compiler/ebin/v3_life.beam | Bin 19044 -> 19044 bytes 13 files changed, 1 deletion(-) delete mode 100644 bootstrap/lib/compiler/ebin/sys_pre_expand.beam (limited to 'bootstrap/lib/compiler/ebin') diff --git a/bootstrap/lib/compiler/ebin/beam_dead.beam b/bootstrap/lib/compiler/ebin/beam_dead.beam index c473003687..8f5de4c19f 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 4e12260e65..b35ab5ed58 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_jump.beam b/bootstrap/lib/compiler/ebin/beam_jump.beam index 2d1961570f..937f614114 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_trim.beam b/bootstrap/lib/compiler/ebin/beam_trim.beam index 67d290e733..ef9da3034c 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/cerl_inline.beam b/bootstrap/lib/compiler/ebin/cerl_inline.beam index dcfb32d866..25caa00157 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/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam index 044ed03d93..934ece997f 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 ebd5205219..7670d8ad93 100644 --- a/bootstrap/lib/compiler/ebin/compiler.app +++ b/bootstrap/lib/compiler/ebin/compiler.app @@ -63,7 +63,6 @@ sys_core_fold_lists, sys_core_inline, sys_pre_attributes, - sys_pre_expand, v3_codegen, v3_core, v3_kernel, diff --git a/bootstrap/lib/compiler/ebin/core_pp.beam b/bootstrap/lib/compiler/ebin/core_pp.beam index e274211c6c..25ec9048f4 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/sys_core_inline.beam b/bootstrap/lib/compiler/ebin/sys_core_inline.beam index 963b7ef6e1..b31880f3fb 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_expand.beam b/bootstrap/lib/compiler/ebin/sys_pre_expand.beam deleted file mode 100644 index 353306191c..0000000000 Binary files a/bootstrap/lib/compiler/ebin/sys_pre_expand.beam and /dev/null differ diff --git a/bootstrap/lib/compiler/ebin/v3_codegen.beam b/bootstrap/lib/compiler/ebin/v3_codegen.beam index 6afb674a9f..52443c7a87 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 af9edb4442..64daaef282 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_life.beam b/bootstrap/lib/compiler/ebin/v3_life.beam index d4b3f2a5e6..37df6395c2 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