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

Unified Diff: src/v8.gyp

Issue 2342853002: [TypeFeedbackVector] special ic slots for interpreter compare/binary ops. (Closed)
Patch Set: Code comments. Created 4 years, 3 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 04532e9c9b5fd15af40ec0e708ffd799a2d95ac9..9c8f7a3280d09f3c21f939501e7082b757abaa79 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -732,8 +732,6 @@
'compiler/type-cache.h',
'compiler/type-hint-analyzer.cc',
'compiler/type-hint-analyzer.h',
- 'compiler/type-hints.cc',
- 'compiler/type-hints.h',
'compiler/typed-optimization.cc',
'compiler/typed-optimization.h',
'compiler/typer.cc',
@@ -1220,6 +1218,8 @@
'type-feedback-vector-inl.h',
'type-feedback-vector.cc',
'type-feedback-vector.h',
+ 'type-hints.cc',
+ 'type-hints.h',
'type-info.cc',
'type-info.h',
'unicode-inl.h',

Powered by Google App Engine
This is Rietveld 408576698