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

Unified Diff: src/hydrogen.h

Issue 18596005: Allocation folding integrated into the GVN phase. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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/flag-definitions.h ('k') | src/hydrogen.cc » ('j') | src/hydrogen-gvn.cc » ('J')
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 6c1aba5db66d709231b996207965af7146b758e9..c582bcef7d9cd7af327d76764afa1bddb11b8f9e 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -332,6 +332,7 @@ class HGraph: public ZoneObject {
HConstant* GetConstantHole();
HConstant* GetConstantNull();
HConstant* GetInvalidContext();
+ HConstant* GetConstantFreeSpaceMap();
bool IsStandardConstant(HConstant* constant);
@@ -489,6 +490,7 @@ class HGraph: public ZoneObject {
SetOncePointer<HConstant> constant_null_;
SetOncePointer<HConstant> constant_invalid_context_;
SetOncePointer<HArgumentsObject> arguments_object_;
+ SetOncePointer<HConstant> constant_free_space_map_;
HOsrBuilder* osr_;
« no previous file with comments | « src/flag-definitions.h ('k') | src/hydrogen.cc » ('j') | src/hydrogen-gvn.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698