mmtk / mmtk-julia

Julia binding for MMTk
13 stars 9 forks source link

Write barrier elision #45

Open qinsoon opened 1 year ago

qinsoon commented 1 year ago

I encountered these statistics in Julia's JIT code: RemovedWriteBarriers and HoistedWriteBarrier. It appears that they are doing some sort of write barrier elision. We need to understand about the JIT's behavior on this, and disable the optimization if necessary.