Skip to content

Commit

Permalink
Update high-performance-cpp-gc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser authored May 27, 2020
1 parent 2bb96e2 commit 67a8642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blog/high-performance-cpp-gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:
- memory
- cppgc
description: 'This post describes the Oilpan C++ garbage collector, its usage in Blink, and how it optimizes sweeping, i.e., reclamation of unreachable memory.'
tweet: '1265304883638480899'
---

In the past we have [already](https://v8.dev/blog/trash-talk) [been](https://v8.dev/blog/concurrent-marking) [writing](https://v8.dev/blog/tracing-js-dom) about garbage collection for JavaScript, the document object model (DOM), and how all of this is implemented and optimized in V8. Not everything in Chromium is JavaScript though, as most of the browser and its Blink rendering engine where V8 is embedded are written in C++. JavaScript can be used to interact with the DOM that is then processed by the rendering pipeline.
Expand Down

0 comments on commit 67a8642

Please sign in to comment.