←back to thread

V8 Garbage Collector

(wingolog.org)
89 points swah | 2 comments | | HN request time: 0s | source
1. whizzter ◴[] No.45926273[source]
I don't envy these engineers having to trace through corruptions and other issues related to moving GC's, just keeping a simple regular toy GC from blowing up can be hard enough sometimes (Maybe they have some better tools, but memory corruptions are inherently prickly to debug).
replies(1): >>45926319 #
2. Leszek ◴[] No.45926319[source]
rr (https://rr-project.org/) and memory watchpoints are a godsend when it comes to analysing heap corruptions.