Displaying 1 result from an estimated 1 matches for "closelli".
Did you mean:
closelly
2016 Nov 11
2
RFC: Add atomic versions of the llvm.memcpy, llvm.memmove and llvm.memset intrinsics
Hi,
LLVM's memory intrinsics are quite useful for performing various optimizations
with frequently used memory operations. Unfortunately this intrinsics are not applicable for
languages with guaranteed atomicity for their memory accesses (like Java for example).
In order to overcome this limitation I'm thinking about adding set of intrinsics
which will execute as a series of unordered