Quantcast
Channel: Missed optimization opportunity or required behavior due to acquire-release memory ordering? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by PaulR for Missed optimization opportunity or required behavior due...

You could write it like this:void test() { theStack.stackFrames[1] = StackFrame{ "someFunction", 30 }; // A theStack.stackTop.store(1, std::memory_order_release); // B someFunction(); // C...

View Article


Missed optimization opportunity or required behavior due to acquire-release...

I'm currently trying to improve the performance of a custom "pseudo" stack, which is used like this (full code is provided at the end of this post): void test() { theStack.stackFrames[1] = StackFrame{...

View Article

Browsing latest articles
Browse All 2 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>