Login
From:
(Uncensored)
subscribe
Understanding GC in JSC From Scratch
https://sillycross.github.io/2022/06/02/2022-06-02/
links
backlinks
Roast topics
Find topics
Find it!
Javascript relies on garbage collection (GC) to reclaim memory. In this post, we will dig a little bit into JSC (the Javascript engine