Instance Property インスタンスプロパティ

usesStrongWriteBarrier

Specifies whether, in a garbage collected environment, pointers should be assigned using a strong write barrier. ガベージコレクション環境において、ポインタが強い書き込み防壁を使って割り当てられるべきかどうかを指定します。

Declaration 宣言

var usesStrongWriteBarrier: Bool { get set }

Discussion 議論

If you use garbage collection, read and write barrier functions must be used when pointers are from memory scanned by the collector. あなたがガベージコレクションを使うならば、読み出しおよび書き込み防壁関数は、ポインタがコレクタによって走査されるメモリからのものである場合に使われなければなりません。

See Also 参照

Memory Configuration メモリ構成設定