Add release note.
authorTaylor R Campbell <campbell@mumble.net>
Thu, 15 Aug 2019 14:24:35 +0000 (14:24 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Thu, 15 Aug 2019 14:24:35 +0000 (14:24 +0000)
src/relnotes/amd64 [new file with mode: 0644]

diff --git a/src/relnotes/amd64 b/src/relnotes/amd64
new file mode 100644 (file)
index 0000000..78110f1
--- /dev/null
@@ -0,0 +1,8 @@
+The AMD x86-64 ABI has been changed.
+
+- Newer Scheme versions must be cross-compiled from older ones using
+  `./configure --enable-cross-compiling'.
+- Old .com files must be recompiled.
+- The changes have performance improvements on many workloads, by
+  reducing the amount of self-modifying code and by making better use
+  of the CPU branch predictor.