Hacker News new | ask | show | jobs
by geofft 3646 days ago
I enjoyed this 2014 blog post on how they avoid use-after-frees by design, by letting SpiderMonkey have responsibility for all DOM garbage collection:

https://blog.mozilla.org/research/2014/08/26/javascript-serv...

1 comments

Ooh. Nice one, mate. Thanks.