[Fwd: Re: [pypy-dev] Re: psyco in Python was: Minimal Python project]
Hey, can we get a Reply-to: on this list? -------- Original Message -------- Subject: Re: [pypy-dev] Re: psyco in Python was: Minimal Python project Date: Mon, 20 Jan 2003 11:13:12 +0100 From: Boyd Roberts <boyd@strakt.com> To: Christian Tismer <tismer@tismer.com> References: <Pine.LNX.4.44.0301171553220.25684-100000@starship.python.net> <3E2855C7.5010107@gmx.de> <3E289AB8.105@tismer.com> Christian Tismer wrote:
Thomas Fanslau wrote:
...
And don't forget the obvious replacement of a multiply by some shifts, so multiply by 5 can be replaced by a copy, a right shift 2 places and a add instead of a costly multiply ...
Ok, my 2 Eurocent:
Also don't forget that this is not always true.
Yes, on the VAX a _floating point_ multiply was faster than a shift.
Boyd Roberts <boyd@strakt.com> writes:
Hey, can we get a Reply-to: on this list?
Please God, no... oh hang on I'm reading this through gmane; I don't care :) More seriously, you might want to consider pointing your newsreader at news.gmane.org and reading the list that way; newsreaders tend to cope with discussion lists rather better than mailers (for obvious reasons). Or "get a better MUA"; gnus is good for discussion lists, largely because it is a newsreader that also does mail. Cheers, M.
participants (2)
-
Boyd Roberts -
Michael Hudson