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

Unified Diff: src/v8.gyp

Issue 2759093004: [interpreter] Split out intrinsics generation (Closed)
Patch Set: rebased 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 | « src/interpreter/interpreter-intrinsics-generator.cc ('k') | no next file » | 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 82ea65a1be24ae78a865054060602e3fc36ec9ec..5dd153a3b3b222cd47a91a9327efe28b46650a3d 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1065,6 +1065,8 @@
'interpreter/interpreter-generator.h',
'interpreter/interpreter-intrinsics.cc',
'interpreter/interpreter-intrinsics.h',
+ 'interpreter/interpreter-intrinsics-generator.cc',
+ 'interpreter/interpreter-intrinsics-generator.h',
'isolate-inl.h',
'isolate.cc',
'isolate.h',
« no previous file with comments | « src/interpreter/interpreter-intrinsics-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698