aboutsummaryrefslogtreecommitdiff
path: root/changes/fomit-frame-pointer
diff options
context:
space:
mode:
Diffstat (limited to 'changes/fomit-frame-pointer')
-rw-r--r--changes/fomit-frame-pointer6
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/fomit-frame-pointer b/changes/fomit-frame-pointer
deleted file mode 100644
index 67706246ad..0000000000
--- a/changes/fomit-frame-pointer
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor features (performance):
- - If we're using the pure-C 32-bit curve25519_donna implementation
- of curve25519, build it with the -fomit-frame-pointer option to
- make it go faster on register-starved hosts. This improves our
- handshake performance by about 6% on i386 hosts without nacl.
- Closes ticket 8109.