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

Unified Diff: src/ic/ic-state.h

Issue 1347063004: [ic] Introduce BOOLEAN state for CompareIC. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« no previous file with comments | « src/ia32/code-stubs-ia32.cc ('k') | src/ic/ic-state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/ic-state.h
diff --git a/src/ic/ic-state.h b/src/ic/ic-state.h
index 0b4b9cdc99b0f2a62f23de96e32c0fc7d0672afa..b529b8c54de77d0f765dd4efd6d917e581144535 100644
--- a/src/ic/ic-state.h
+++ b/src/ic/ic-state.h
@@ -174,9 +174,11 @@ class CompareICState {
// ... < GENERIC
// SMI < NUMBER
// INTERNALIZED_STRING < STRING
+ // INTERNALIZED_STRING < UNIQUE_NAME
// KNOWN_OBJECT < OBJECT
enum State {
UNINITIALIZED,
+ BOOLEAN,
SMI,
NUMBER,
STRING,
« no previous file with comments | « src/ia32/code-stubs-ia32.cc ('k') | src/ic/ic-state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698