aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2019-02-14 12:48:20 +0100
committerAnders Svensson <[email protected]>2019-02-14 12:48:20 +0100
commitf45efdd2663b8050edb4351a8d1d57d437fb6e51 (patch)
tree2a53230f5878767484969006bfbfbc0bcf450134 /erts
parent21988f3d212778124565038a2b2310925eb6ccc1 (diff)
parent487729f0a064d32a3fea6ad092f59a60ee53ca5f (diff)
downloadotp-f45efdd2663b8050edb4351a8d1d57d437fb6e51.tar.gz
otp-f45efdd2663b8050edb4351a8d1d57d437fb6e51.tar.bz2
otp-f45efdd2663b8050edb4351a8d1d57d437fb6e51.zip
Merge branch 'maint-20' into maint
* maint-20: Updated OTP version Prepare release
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/notes.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 9d5ad4a3a5..cecfe2d695 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -1694,6 +1694,26 @@
</section>
+<section><title>Erts 9.3.3.9</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>Added an optional <c>./configure</c> flag to compile
+ the emulator with spectre mitigation:
+ <c>--with-spectre-mitigation</c></p>
+ <p>Note that this requires a recent version of GCC with
+ support for spectre mitigation and the
+ <c>--mindirect-branch=thunk</c> flag, such as
+ <c>8.1</c>.</p>
+ <p>
+ Own Id: OTP-15430 Aux Id: ERIERL-237 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 9.3.3.8</title>
<section><title>Fixed Bugs and Malfunctions</title>