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

Unified Diff: src/type-hints.cc

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/type-hints.cc
diff --git a/src/compiler/type-hints.cc b/src/type-hints.cc
similarity index 96%
rename from src/compiler/type-hints.cc
rename to src/type-hints.cc
index 32e4486a52b9a859eed81978217384fdd2d553ab..ff00eeff8bbcbacd1cb49162429ce608e1c8cba9 100644
--- a/src/compiler/type-hints.cc
+++ b/src/type-hints.cc
@@ -2,11 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/compiler/type-hints.h"
+#include "src/type-hints.h"
namespace v8 {
namespace internal {
-namespace compiler {
std::ostream& operator<<(std::ostream& os, BinaryOperationHint hint) {
switch (hint) {
@@ -88,6 +87,5 @@ std::ostream& operator<<(std::ostream& os, ToBooleanHints hints) {
return os;
}
-} // namespace compiler
} // namespace internal
} // namespace v8
« src/type-feedback-vector-inl.h ('K') | « src/type-hints.h ('k') | src/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698