We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa9622 commit c9ef296Copy full SHA for c9ef296
lib/concurrent/synchronization/truffle_object.rb
@@ -14,8 +14,7 @@ def attr_volatile(*names)
14
end
15
16
def full_memory_barrier
17
- # Rubinius instance variables are not volatile so we need to insert barrier
18
- Rubinius.memory_barrier
+ Truffle::System.full_memory_barrier
19
20
21
0 commit comments