> [!warning]
> 이 페이지는 아직 미완성입니다.
An _optimization barrier_ is a special statement that prevents the compiler from making assumptions about the state of memory across the barrier. The compiler will not reorder reads or writes of variables across the barrier or assume that a variable's value is unmodified across the barrier, except for local variables whose address is never taken.