projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfa39bb
)
Add release note.
author
Taylor R Campbell
<campbell@mumble.net>
Thu, 15 Aug 2019 14:24:35 +0000
(14:24 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Thu, 15 Aug 2019 14:24:35 +0000
(14:24 +0000)
src/relnotes/amd64
[new file with mode: 0644]
patch
|
blob
diff --git a/src/relnotes/amd64
b/src/relnotes/amd64
new file mode 100644
(file)
index 0000000..
78110f1
--- /dev/null
+++ b/
src/relnotes/amd64
@@ -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.