summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJohn Högberg <john@erlang.org>2019-10-30 10:39:24 +0100
committerJohn Högberg <john@erlang.org>2019-10-30 11:49:06 +0100
commit8680035201c939ca7fde29478dcc36747e743403 (patch)
treeb2b6800b7348234a2eada4caa32293d0bc58964e /bootstrap
parenta30e3f01c88af4496a0481302499b0c5698c5e93 (diff)
parenta5f09221cd6a288f5bb3e7fb7ff5285aa68c6879 (diff)
downloaderlang-8680035201c939ca7fde29478dcc36747e743403.tar.gz
Merge branch 'john/merge-fix-recv-opt/OTP-16219/maint' into john/merge-fix-recv-opt/OTP-16219/master
* john/merge-fix-recv-opt/OTP-16219/maint: Update preloaded modules Update primary bootstrap beam_validator: Verify that receive markers aren't leaked on return Fix unsafe optimization of receives
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/lib/compiler/ebin/beam_a.beambin3172 -> 3312 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_asm.beambin11040 -> 11040 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beambin46884 -> 47012 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_recv.beambin3812 -> 4304 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_validator.beambin46968 -> 47336 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/cerl_inline.beambin33836 -> 33792 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/compile.beambin41076 -> 41288 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/sys_core_fold.beambin41124 -> 40436 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/v3_core.beambin50108 -> 49928 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/erl_scan.beambin24044 -> 25172 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/gen_server.beambin14732 -> 14744 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/pool.beambin3668 -> 3584 bytes
12 files changed, 0 insertions, 0 deletions
diff --git a/bootstrap/lib/compiler/ebin/beam_a.beam b/bootstrap/lib/compiler/ebin/beam_a.beam
index 50f33ac8ba..c223f0f713 100644
--- a/bootstrap/lib/compiler/ebin/beam_a.beam
+++ b/bootstrap/lib/compiler/ebin/beam_a.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_asm.beam b/bootstrap/lib/compiler/ebin/beam_asm.beam
index 42dea9b947..0b4ae633f4 100644
--- a/bootstrap/lib/compiler/ebin/beam_asm.beam
+++ b/bootstrap/lib/compiler/ebin/beam_asm.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam b/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam
index d7a6cde6f3..5dc0b85dea 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam b/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam
index eb6e774f08..604fabb568 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_validator.beam b/bootstrap/lib/compiler/ebin/beam_validator.beam
index 9caf8b39b0..f24783c30e 100644
--- a/bootstrap/lib/compiler/ebin/beam_validator.beam
+++ b/bootstrap/lib/compiler/ebin/beam_validator.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/cerl_inline.beam b/bootstrap/lib/compiler/ebin/cerl_inline.beam
index c84c4dedeb..4e6b434b8f 100644
--- a/bootstrap/lib/compiler/ebin/cerl_inline.beam
+++ b/bootstrap/lib/compiler/ebin/cerl_inline.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam
index 357a1f9324..c7b1730f1b 100644
--- a/bootstrap/lib/compiler/ebin/compile.beam
+++ b/bootstrap/lib/compiler/ebin/compile.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/sys_core_fold.beam b/bootstrap/lib/compiler/ebin/sys_core_fold.beam
index dce81fbe96..a674064788 100644
--- a/bootstrap/lib/compiler/ebin/sys_core_fold.beam
+++ b/bootstrap/lib/compiler/ebin/sys_core_fold.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/v3_core.beam b/bootstrap/lib/compiler/ebin/v3_core.beam
index 5cb1c33fee..8d0910a462 100644
--- a/bootstrap/lib/compiler/ebin/v3_core.beam
+++ b/bootstrap/lib/compiler/ebin/v3_core.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/erl_scan.beam b/bootstrap/lib/stdlib/ebin/erl_scan.beam
index 4e954981b1..c4afc3242e 100644
--- a/bootstrap/lib/stdlib/ebin/erl_scan.beam
+++ b/bootstrap/lib/stdlib/ebin/erl_scan.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/gen_server.beam b/bootstrap/lib/stdlib/ebin/gen_server.beam
index 0eef38fe1b..c1451fc365 100644
--- a/bootstrap/lib/stdlib/ebin/gen_server.beam
+++ b/bootstrap/lib/stdlib/ebin/gen_server.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/pool.beam b/bootstrap/lib/stdlib/ebin/pool.beam
index a50a769992..589c49c75c 100644
--- a/bootstrap/lib/stdlib/ebin/pool.beam
+++ b/bootstrap/lib/stdlib/ebin/pool.beam
Binary files differ