[Haskell-cafe] Re: Haskell performance (again)!

Stefan Monnier monnier at iro.umontreal.ca
Tue Oct 10 23:37:50 EDT 2006


> Assuming your machine architecture supports something like condition  codes.
> On, e.g., the MIPS you would need to test for < and ==  separately.

And even if your machine supports condition codes, you'll need one test plus
two conditional jumps.  Not much better than MIPS's 2 independent tests plus
2 conditional jumps.


        Stefan



More information about the Haskell-Cafe mailing list