Add relaxed atomic inc/dec intrinsics #6598
Labels
A-codegen
Area: Code generation
A-concurrency
Area: Concurrency
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
The exchange heap uses atomic inc/dec to track allocations. These don't require a fence. Verify that using relaxed atomics here is a win.
The text was updated successfully, but these errors were encountered: