←back to thread

597 points pizlonator | 1 comments | | HN request time: 0.287s | source
1. dan-robertson ◴[] No.45137330[source]
I’m curious how expensive the write barrier is in practice? IIRC, it is often write barriers that most affect performance sensitive programs running on non-concurrent garbage collectors (and perhaps safepoints that can cause problems for performance sensitive threads when running with a concurrent gc).