| Store | Cart

RE: significant slowdown in float arithmetic

From: bulk 88 <bul...@hotmail.com>
Sat, 25 Oct 2014 17:04:25 -0400

> Date: Sat, 25 Oct 2014 16:50:40 +0100> From: dav...@iabyn.com> To: perl...@perl.org> CC: j...@iki.fi> Subject: significant slowdown in float arithmetic> > For example, > >     my $n = 0.0;>     my $a = 0.1;>     $n += $a*$a + $a*$a + $a*$a for 0..10_000_000;> > These two miniperls are ones built non-threaded, -O2 just before and after> that commit:

Can you send/paste/attach the 2 miniperl binaries for me to look at (not run)?
 		 	   		  
Recent Messages in this Thread
Dave Mitchell Oct 25, 2014 03:50 pm
Jarkko Hietaniemi Oct 25, 2014 05:24 pm
bulk 88 Oct 25, 2014 09:04 pm
bulk88 Nov 17, 2014 07:06 am
Dave Mitchell Nov 17, 2014 12:51 pm
Jarkko Hietaniemi Oct 26, 2014 09:12 pm
Dave Mitchell Oct 26, 2014 10:38 pm
Jarkko Hietaniemi Oct 26, 2014 10:48 pm
Jarkko Hietaniemi Oct 27, 2014 02:29 am
Dave Mitchell Oct 27, 2014 09:51 am
Dave Mitchell Oct 27, 2014 11:15 am
Jarkko Hietaniemi Oct 27, 2014 11:32 am
Dave Mitchell Oct 27, 2014 01:44 pm
Jarkko Hietaniemi Oct 27, 2014 11:00 am
Messages in this thread