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

Unified Diff: src/hydrogen.h

Issue 12090021: Foundation for the use of informative definitions in Crankshaft. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased on bleeding edge. Created 7 years, 11 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/code-stubs-hydrogen.cc ('k') | src/hydrogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index 4d66aef875874db327f3eaca0c0096d9f3824718..7417fdd2de495e92ed9b40e3b37f1cb3bba3bf4a 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -273,6 +273,7 @@ class HGraph: public ZoneObject {
void EliminateRedundantBoundsChecks();
void DehoistSimpleArrayIndexComputations();
void DeadCodeElimination();
+ void RestoreActualValues();
void PropagateDeoptimizingMark();
void EliminateUnusedInstructions();
@@ -897,7 +898,8 @@ class HGraphBuilder {
HCheckMaps* mapcheck,
bool is_js_array,
ElementsKind elements_kind,
- bool is_store);
+ bool is_store,
+ Representation checked_index_representation = Representation::None());
private:
HGraphBuilder();
« no previous file with comments | « src/code-stubs-hydrogen.cc ('k') | src/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698