This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients Arfrever, doko, pitrou, skrah
Date 2014-01-05.20:21:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388953296.77.0.77731019842.issue19732@psf.upfronthosting.co.za>
In-reply-to
Content
I’ve released mpdecimal-2.4.0:

http://www.bytereef.org/mpdecimal/download.html


sha256sum:
==========

996c73b63868699c4f86694671bd7ff3d1a8a88d8af2c22a5abe0c9a5845cf75  mpdecimal-2.4.0.tar.gz


On obscure architectures I would recommend to run `make check` (leaves asserts in!).


The fastest binaries are generated with:

./configure CFLAGS=-DNDEBUG
make profile


The -flto option appears to slow things down, -O3 instead of -O2
is the same or slightly worse in my experience.
History
Date User Action Args
2014-01-05 20:21:36skrahsetrecipients: + skrah, doko, pitrou, Arfrever
2014-01-05 20:21:36skrahsetmessageid: <1388953296.77.0.77731019842.issue19732@psf.upfronthosting.co.za>
2014-01-05 20:21:36skrahlinkissue19732 messages
2014-01-05 20:21:36skrahcreate