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

Unified Diff: src/v8.gyp

Issue 2403093002: [wasm] Canonicalize function signature indices for matching in indirect calls. (Closed)
Patch Set: Add TODO for myself Created 4 years, 2 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
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 2e2b3616ae77d9ee45f0d5d599503fa12a635ccd..cae6948fa72906922284da10ac519c9a6f0e3c46 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1245,8 +1245,10 @@
'wasm/leb-helper.h',
'wasm/module-decoder.cc',
'wasm/module-decoder.h',
- 'wasm/switch-logic.h',
+ 'wasm/signature-map.cc',
+ 'wasm/signature-map.h',
'wasm/switch-logic.cc',
+ 'wasm/switch-logic.h',
'wasm/wasm-debug.cc',
'wasm/wasm-debug.h',
'wasm/wasm-external-refs.cc',

Powered by Google App Engine
This is Rietveld 408576698