Project

General

Profile

Actions

Bug #354

closed

More fine grained atomic support

Added by Victor Julien over 12 years ago. Updated over 12 years ago.

Status:
Rejected
Priority:
Low
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

For bug #342 the atomic operations code falls back to spinlocks for any arch that doesn't support __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8. Certain generations of P4 have __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4, but not __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8.

We should look into supporting atomic operations for 4 byte int's even if 8 byte int's aren't supported.

Actions #1

Updated by Victor Julien over 12 years ago

  • Priority changed from Normal to Low
Actions #2

Updated by Victor Julien over 12 years ago

  • Status changed from Assigned to Rejected

We've determined that there is no easy way to handle this and the hardware that is affected is quite old already. So closing the issue.

Actions

Also available in: Atom PDF