Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce atomic type for iceoryx #200

Closed
3 tasks done
elfenpiff opened this issue Apr 19, 2024 · 0 comments · Fixed by #217
Closed
3 tasks done

Introduce atomic type for iceoryx #200

elfenpiff opened this issue Apr 19, 2024 · 0 comments · Fixed by #217
Assignees

Comments

@elfenpiff
Copy link
Contributor

elfenpiff commented Apr 19, 2024

Brief feature description

Our Atomic* strategy has currently the problems that:

  • on 32-bit AtomicU64 is not available, not even with a mutex like in the C++ STL
  • cannot be tested with loom
  • that all atomic do not support other types with the same alignment/size that are not provided by the default types
  • they cannot be overloaded for advanced error handling strategies like fail in a compare-exchange loop

The new atomic shall be exchangeable via feature flags.

ToDo

  • Implement atomic
  • add feature flag
  • Integrate atomic in iceoryx so that everything uses the atomic
@elfenpiff elfenpiff self-assigned this Apr 19, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 19, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 22, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 22, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 22, 2024
@elfenpiff elfenpiff mentioned this issue Apr 22, 2024
17 tasks
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 22, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 28, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 28, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Apr 29, 2024
elfenpiff added a commit that referenced this issue Apr 30, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 10, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 10, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 10, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 10, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 10, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 11, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 11, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 11, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 11, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 16, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 16, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 16, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 16, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 16, 2024
elfenpiff added a commit that referenced this issue May 17, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 17, 2024
@elfenpiff elfenpiff mentioned this issue May 17, 2024
17 tasks
elBoberido added a commit that referenced this issue May 17, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 20, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue May 20, 2024
elfenpiff added a commit that referenced this issue May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant