bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c


From: John Darrington
Subject: PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c
Date: Thu, 05 Feb 2009 05:34:08 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008122011 Iceweasel/3.0.5 (Debian-3.0.5-1)

Follow-up Comment #9, bug #25466 (project pspp):

> Do we really need to use setjmp()/longjmp() to break out of the algorithm
though? If we avoid that, by inserting occasional code sequences of the form
"if (timed_out()) return ERROR_CODE;", then it would be easy to make it
portable.

I did consider that when I first wrote this command.  I decided not to
because a) if we end up using routines from a third party library, then this
won't be available to us; b) Executing the test condition would have slowed
the system even more.

However, it might be the best option now that we have (possibly) a fast
algorithm of our own.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25466>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]