This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: [PATCH] MIPS: Implement built-in atomic memory operations.


Ken Raeburn wrote:
On Aug 12, 2007, at 16:20, David Daney wrote:
While trouble shooting libgcj problems on n64, I discovered that the atomic operations implemented in libjava/sysdep/mips/locks.h are both buggy and do not support 64 bit operations. Instead of hacking them up, it seems like a better path is to implement the builtin atomic memory operations for mips and use them instead. The result is this (very)lightly tested patch.

Did you mean to consistently spell "store_contidional" that way (instead of "conditional")?
No. Sometime things just come out wrong. Since I do the majority of my programming by cut-and-paste operations, the typo became universal. I will fix it in the next revision of the patch.

David Daney


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]