commit | b229201c9e85683e55620e2be1104f8f58edad31 | [log] [tgz] |
---|---|---|
author | Michael Lippautz <mlippautz@chromium.org> | Thu Jul 18 11:11:16 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jul 18 11:11:16 2019 |
tree | b36ee3960c8734b39fdd9dd0ddc17851461f1300 | |
parent | 901c35e77b58c86b80b40780c4c6a929f12e57a1 [diff] |
bindings: Initialize heap before allocating objects during setup V8 may trigger incremental garbage collections as setup code is allocating objects. Since the embedder tracing mechanism was only set up after initializing the GC cycle, this may lead to memory corruptions during GC. Bug: 984936 Change-Id: I36af7bf5675b0b51ee2379ed8804a244f5fe424d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1708076 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#678642}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .