Unreviewed changes
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: _content/doc/gc-guide.html
Insertions: 1, Deletions: 1.
@@ -384,7 +384,7 @@
10 MiB of additional memory, resulting in a 20 MiB total heap size.
And with every GC cycle, the GC will spend 0.1 cpu-seconds scanning the
10 MiB live heap, resulting in a 10% CPU overhead.
-Recall that the GC's only needs to walk the live heap, not the whole heap.
+Recall that the GC only needs to walk the live heap, not the whole heap.
(Note: a constant live heap does not mean that all newly allocated memory is
dead.
It means that, after the GC runs, <i>some mix</i> of old and new heap memory
```
Change information
Commit message:
_content/doc/gc-guide: clarify space/time tradeoff example
Based on suggestions from #76147.
Fixes #76147.
Change-Id: I297b120c08ae760b148574b29aa21dba2699f7d6
Files:
- M _content/doc/gc-guide.html
Change size: S
Delta: 1 file changed, 22 insertions(+), 14 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Cherry Mui
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI