bug-guile
[Top][All Lists]
Advanced

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

Re: FW: problem compiling guile on IA64 by Intel compiler


From: Thien-Thi Nguyen
Subject: Re: FW: problem compiling guile on IA64 by Intel compiler
Date: Wed, 09 Jul 2003 10:26:16 -0400

   Delivery-date: Wed, 09 Jul 2003 08:23:23 -0400
   From: "Sysoltsev, Vyatcheslav" <address@hidden>

   void __memory_barrier(void);
   Is this what is needed?

i believe so.  perhaps inhibition of only data-access instructions is
not as strong as is necessary, but it's a start.  code for 1.4.x now
reads as follows:

#if defined (__INTEL_COMPILER) && defined (__ia64)
#define SCM_FENCE __memory_barrier()
#else
...
#endif

we can update this should it prove insufficient.  thanks for the info.

thi




reply via email to

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