Skip to content

R-3.0.1 - "transient" make check failure in splines-EX.r

1 message · Adler, Avraham

#
Fascinating. Of course, I am so far out of my league now that I wouldn't have any idea of how to address the issues, let alone break down the performance into assembly calls and identify the problem.

Once again, thank you for the insight!

Avraham Adler

-----Original Message-----
From: Mike Marchywka
Sent: Friday, May 31, 2013 11:43 AM
To: Adler, Avraham
Subject: RE: [Rd] R-3.0.1 - "transient" make check failure in splines-EX.r

----------------------------------------
I really did not even know what you were trying to do and multi threading had not occured to me until I checked the latest on their site :). I'd just browse their performance related publications. Floating point is not reproducible except in java although I guess there too the mulithreading could mess it up if the order of summations changes for example.
But of course do not ignore real bugs like unitialized memory. I remember once our codec started running real slow even though the audio it was encoding still sounded ok. This turned out to be doing some processing on unitialized memory which typically cuased fp exceptions that are VERY slow. So even something not of consequence to the output could effect performance.