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

Unified Diff: runtime/vm/debugger.h

Issue 12260026: Add support for object pool (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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
Index: runtime/vm/debugger.h
===================================================================
--- runtime/vm/debugger.h (revision 18597)
+++ runtime/vm/debugger.h (working copy)
@@ -95,6 +95,7 @@
void RestoreFunctionReturn();
RawFunction* function_;
+ const Code& code_;
srdjan 2013/02/15 21:24:27 Remove function_ use RawCode* instead Code.
regis 2013/02/15 22:51:31 The purpose of the member code_ was to cache the C
intptr_t pc_desc_index_;
intptr_t token_pos_;
uword pc_;

Powered by Google App Engine
This is Rietveld 408576698