Hi,
I wanted to know whether the instructions like compareAndSet(), getAndIncrement(), get(), set(), etc gets instrumented by DeuceSTM.
For eg If we there is a AtomicIntegerArray arr
and we do arr.compareAndSet(i, expVal, newVal);
Then would arr(i) be a part of write set or not ?
Regards,
Pooja