c# - Is it possible to execute custom code every time Thread.MemoryBarrier() gets called? -


using instrumentation tools cecil perhaps? guess if it's possible, mean i'd have bundle instrumented versions of standard .net libs?

also, correct in assuming thread.memorybarrier() called .net code generates full fence?

no answer, guess answer no.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -