Chromium Code Reviews

Unified Diff: src/v8.gyp

Issue 2696143006: [wasm] Refactor code specialization / patching (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « BUILD.gn ('k') | src/wasm/wasm-code-specialization.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index ac83c808facd1ff0f143c366f8e8db5d9bcceb22..64b828641184d17961172a1167e744319fefe664 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1315,6 +1315,8 @@
'wasm/module-decoder.h',
'wasm/signature-map.cc',
'wasm/signature-map.h',
+ 'wasm/wasm-code-specialization.h',
+ 'wasm/wasm-code-specialization.cc',
'wasm/wasm-debug.cc',
'wasm/wasm-external-refs.cc',
'wasm/wasm-external-refs.h',
« no previous file with comments | « BUILD.gn ('k') | src/wasm/wasm-code-specialization.h » ('j') | no next file with comments »

Powered by Google App Engine