Skip to content

Commit

Permalink
Apply suggestions from @syg code review
Browse files Browse the repository at this point in the history
Co-authored-by: Shu-yu Guo <syg@chromium.org>
  • Loading branch information
jdapena and syg committed Jul 12, 2023
1 parent ace087a commit df811e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blog/speeding-up-v8-heap-snapshots.md
Expand Up @@ -25,7 +25,7 @@ We wanted to capture several snapshots at different points in the application's

It was this slowness in the memory analysis workflow that we needed to solve.

## Narrowing down the Problem
## Narrowing the Problem

Jason Williams started investigating the issue using some V8 parameters. As described in the previous post, V8 has some nice command line parameters that can help with that. These options were used to create the heap snapshots, simplify the reproduction, and improve observability:

Expand Down Expand Up @@ -156,6 +156,6 @@ Information accuracy in snapshots can be improved further. Today, each script so
Finally, now that we improved the generation phase, the biggest cost is now the serialization phase. Further analysis may reveal new optimization opportunities in serialization.
## The end
## Credits
This work was possible thanks to the sponsorship of [Igalia](https://www.igalia.com) and [Bloomberg](https://techatbloomberg.com).

0 comments on commit df811e8

Please sign in to comment.