From 97d0872f59b4ac7a56632966ee041782c1152313 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 30 Jan 2013 13:08:04 -0500 Subject: Build donna32 with -fomit-frame-pointer --- changes/fomit-frame-pointer | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/fomit-frame-pointer (limited to 'changes/fomit-frame-pointer') diff --git a/changes/fomit-frame-pointer b/changes/fomit-frame-pointer new file mode 100644 index 000000000..67706246a --- /dev/null +++ b/changes/fomit-frame-pointer @@ -0,0 +1,6 @@ + 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. -- cgit v1.2.3