Read barrier

A read barrier is usually a small piece of code generated by the compiler next to that of a field load. This might be needed for certain kinds of garbage collectors or, for example, to determine if an object that started out thread local is still thread local, or if the field load was executed by a different thread than the one who created the object.

See also Write barrier.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.12.136.63