commit | 082fa57ca2da867b16ecf1d45f36bf04431bd636 | [log] [tgz] |
---|---|---|
author | Clemens Hammacher <[email protected]> | Thu Apr 25 08:22:29 2019 |
committer | Commit Bot <[email protected]> | Thu Apr 25 08:22:29 2019 |
tree | 57157e9eb6c796132baf05e07e96407f3bdb34af | |
parent | 9da427a452fd0d00a6ecf20af6c3676e0b7c25d3 [diff] [blame] |
[Flags] Add flag for wasm code gc This adds a flag for garbage collection of WebAssembly code. It will be used in a finch experiment, and expire once code GC is shipped to stable. [email protected] Bug: v8:8217 Change-Id: I5ab3e230c10fbd0146019547301d24c0e5a80396 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578540 Commit-Queue: Clemens Hammacher <[email protected]> Reviewed-by: Jochen Eisinger <[email protected]> Cr-Commit-Position: refs/heads/master@{#653940}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index faba529..32ff08a 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -603,6 +603,9 @@ extern const char kEnableWasmBaselineName[]; extern const char kEnableWasmBaselineDescription[]; +extern const char kEnableWasmCodeGCName[]; +extern const char kEnableWasmCodeGCDescription[]; + extern const char kEnableWasmCodeCacheName[]; extern const char kEnableWasmCodeCacheDescription[];