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

Unified Diff: src/hydrogen-check-elimination.h

Issue 95263005: Eliminate HCheckHeapObject instructions in check elimination. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 | « no previous file | src/hydrogen-check-elimination.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen-check-elimination.h
diff --git a/src/hydrogen-check-elimination.h b/src/hydrogen-check-elimination.h
index f38e6152fb139a31321b0d99c73bc6b108ecb65b..50d9908db1f2b8bdc3447af38c1f8e853164a4bc 100644
--- a/src/hydrogen-check-elimination.h
+++ b/src/hydrogen-check-elimination.h
@@ -43,6 +43,7 @@ class HCheckEliminationPhase : public HPhase {
aliasing_(),
redundant_(0),
removed_(0),
+ removed_cho_(0),
narrowed_(0),
loads_(0),
empty_(0),
@@ -60,6 +61,7 @@ class HCheckEliminationPhase : public HPhase {
HAliasAnalyzer* aliasing_;
int redundant_;
int removed_;
+ int removed_cho_;
int narrowed_;
int loads_;
int empty_;
« no previous file with comments | « no previous file | src/hydrogen-check-elimination.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698