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

Unified Diff: runtime/vm/object.h

Issue 1253373002: VM: Hoist handle allocation out of loop when creating the object pool. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | « runtime/vm/assembler.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index c6bc1219907e6448c9f620071ca4c36a799d4d71..e3ea9fadc00912cb0b7776e17f74429e3d4e6ba7 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -3569,7 +3569,6 @@ class ObjectPool : public Object {
}
EntryType InfoAt(intptr_t index) const;
- void SetInfoAt(intptr_t index, EntryType info) const;
RawObject* ObjectAt(intptr_t index) const {
ASSERT(InfoAt(index) == kTaggedObject);
« no previous file with comments | « runtime/vm/assembler.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698