aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/doc
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-03-09 11:01:07 +0100
committerErlang/OTP <[email protected]>2018-03-09 11:01:07 +0100
commit7c7ba7191a3932e737fa81fd0166df1c637d4b31 (patch)
tree2942f381a9a032f0443c795e4ae43d3a1cb46ebe /lib/compiler/doc
parentdb5a9ef5e49f55338369f088bbef1d492f8c3c0c (diff)
downloadotp-7c7ba7191a3932e737fa81fd0166df1c637d4b31.tar.gz
otp-7c7ba7191a3932e737fa81fd0166df1c637d4b31.tar.bz2
otp-7c7ba7191a3932e737fa81fd0166df1c637d4b31.zip
Update release notes
Diffstat (limited to 'lib/compiler/doc')
-rw-r--r--lib/compiler/doc/src/notes.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index f4a3f9875b..bc1f68337b 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -32,6 +32,31 @@
<p>This document describes the changes made to the Compiler
application.</p>
+<section><title>Compiler 7.1.5</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>The internal compiler pass (<c>beam_validator</c>)
+ that validates the generated code has been
+ strengthened.</p>
+ <p>When compiling from BEAM assembly code, the
+ <c>beam_type</c> optimizer pass could make the code
+ unsafe. Corrected.</p>
+ <p>
+ Own Id: OTP-14863</p>
+ </item>
+ <item>
+ <p>Corrected optimizations of integers matched out from
+ binaries and used in bit operations.</p>
+ <p>
+ Own Id: OTP-14898</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Compiler 7.1.4</title>
<section><title>Fixed Bugs and Malfunctions</title>