Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: X10 1000
-
Component/s: X10 Compiler: Common Optimizer
-
Labels:None
-
Number of attachments :
Description
Given a simple x10 atomic:
atomic o.f = v;
we might be able to implement this with an AtomicFieldUpdater (Java) or an atomic memory operation (C++) instead of a full blown X10 atomic.
Unassign issues assigned to Nate.