openexr-devel
[Top][All Lists]
Advanced

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

Re: [Openexr-devel] OpenEXR from shared libs.


From: Florian Kainz
Subject: Re: [Openexr-devel] OpenEXR from shared libs.
Date: Fri, 02 Mar 2007 18:01:18 -0800
User-agent: Mozilla Thunderbird 1.0 (X11/20041207)

I'll do a couple of tests to see whether there's a significant
speed difference between the #if and the #else versions of the
code.  If they are close, I think I'll remove the #else version
alltogether.

darby johnston wrote:
--- Florian Kainz <address@hidden> wrote:

I wonder if the problem has something to do with the
size
of the stack when threads are enabled.

Nice one; looks like that fixed it.
How about:

#if defined (HAVE_DARWIN) || defined (_WIN32) \
  || defined (_WIN64) || defined(__FreeBSD__)

Or would a test in the configure script be better?


Thanks, Darby



_______________________________________________
Openexr-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/openexr-devel






reply via email to

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