Up Top

Memory allocation (& GC 処理) : Garbage Collection を補佐する処理 : Write Barrier 処理 : C++ Interpreter での処理


Under Construction

概要(Summary)

(#Under Construction)

処理の流れ (概要)(Execution Flows : Summary)

BytecodeInterpreter::run()   or  BytecodeInterpreter::runWithChecks()
-> OrderAccess::release_store()   (← Barrier Set の該当箇所を dirty 化する)

処理の流れ (詳細)(Execution Flows : Details)

(#Under Construction)


This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.