#49150 slapi_counter cleanup
Closed: wontfix 7 years ago Opened 7 years ago by firstyear.

Issue Description

Slapi counters has a lot of assembly and other sync techniques. GCC now covers enough platforms with the __atomic family of operations, as does clang. And if we don't have platform atomics, they become mutex protected.

As a result, we can clean up slapi_counters to use the __atomic family rather than needing to roll our own.


Metadata Update from @firstyear:
- Issue assigned to firstyear

7 years ago

Metadata Update from @firstyear:
- Custom field type adjusted to defect
- Issue tagged with: Complex, Performance

7 years ago

Metadata Update from @firstyear:
- Custom field reviewstatus adjusted to new
- Issue close_status updated to: duplicate
- Issue status updated to: Closed (was: Open)

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/2209

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: duplicate)

3 years ago

Login to comment on this ticket.

Metadata