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

Unified Diff: src/factory.h

Issue 6685073: Remember and reuse derived map for external arrays (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix formatting Created 9 years, 9 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/bootstrapper.cc ('k') | src/factory.cc » ('j') | src/objects.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 23e7001559f3f5ac4a6163532a6074035c1cd026..259b9585bdce0804842d26b6e12725629b3193e4 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -191,7 +191,8 @@ class Factory : public AllStatic {
static Handle<Map> GetSlowElementsMap(Handle<Map> map);
- static Handle<Map> NewExternalArrayElementsMap(Handle<Map> map);
+ static Handle<Map> GetExternalArrayElementsMap(Handle<Map> map,
+ ExternalArrayType array_type);
static Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array);
« no previous file with comments | « src/bootstrapper.cc ('k') | src/factory.cc » ('j') | src/objects.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698