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

Unified Diff: src/elements-kind.h

Issue 11365174: A change in the way we place TransitionElementKinds in the tree. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
Index: src/elements-kind.h
diff --git a/src/elements-kind.h b/src/elements-kind.h
index cb3bb9c9e9fd354efc5f03c90528c17b2ea1ccfe..d2dd2d8200070e2388956eb7110decc7f3b313e0 100644
--- a/src/elements-kind.h
+++ b/src/elements-kind.h
@@ -211,6 +211,7 @@ inline bool IsTransitionableFastElementsKind(ElementsKind from_kind) {
}
+ElementsKind GetUnifiedFastElementsKind(ElementsKind e1, ElementsKind e2);
danno 2012/11/14 15:28:18 kind1, kind2? Perhaps a comment what this fellow d
mvstanton 2012/11/16 15:15:06 Done.
ElementsKind GetNextMoreGeneralFastElementsKind(ElementsKind elements_kind,
bool allow_only_packed);

Powered by Google App Engine
This is Rietveld 408576698