Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: src/counters.h

Issue 2783713002: Separate module max memory pages counter for asm.js/WASM. (Closed)
Patch Set: Fix merge conflicts with master Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/wasm/wasm-module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/counters.h
diff --git a/src/counters.h b/src/counters.h
index 06dd7bcdaa460c33e8478069bcd661a5825ad54e..c766a7a6e2acbf8508f9ff11791ba18f50f50a97 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -1024,7 +1024,9 @@ class RuntimeCallTimerScope {
/* TODO(karlschimpf) Update chrome flags to reflect asm/wasm split. */ \
HM(wasm_asm_min_mem_pages_count, V8.WasmMinMemPagesCount) \
HM(wasm_wasm_min_mem_pages_count, V8.WasmMinMemPagesCount) \
- HM(wasm_max_mem_pages_count, V8.WasmMaxMemPagesCount) \
+ /* TODO(karlschimpf) Update chrome flags to reflect asm/wasm split. */ \
+ HM(wasm_asm_max_mem_pages_count, V8.WasmMaxMemPagesCount) \
+ HM(wasm_wasm_max_mem_pages_count, V8.WasmMaxMemPagesCount) \
/* TODO(karlschimpf) Update chrome flags to reflect asm/wasm split. */ \
HM(wasm_asm_function_size_bytes, V8.WasmFunctionSizeBytes) \
HM(wasm_wasm_function_size_bytes, V8.WasmFunctionSizeBytes) \
« no previous file with comments | « no previous file | src/wasm/wasm-module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698