mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Don't lock memory on fast path.
This commit is contained in:
@@ -143,7 +143,7 @@ public:
|
||||
|
||||
static tracy_force_inline void CommitNext( char* nextPtr )
|
||||
{
|
||||
lfq.tail->store( nextPtr );
|
||||
lfq.tail->store( nextPtr, std::memory_order_release );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user