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

Unified Diff: runtime/vm/stub_code.cc

Issue 11642003: Create and cache method extraction stub in the ICData. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove hand written assembly stub Created 7 years, 11 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/stub_code.cc
diff --git a/runtime/vm/stub_code.cc b/runtime/vm/stub_code.cc
index b942c1735f6faa31aa8be92e2db8ceeae75841a6..e1d6331926f0ed69e09881bb7fa35de4b4402993 100644
--- a/runtime/vm/stub_code.cc
+++ b/runtime/vm/stub_code.cc
@@ -8,6 +8,7 @@
#include "vm/assembler.h"
#include "vm/disassembler.h"
#include "vm/flags.h"
+#include "vm/symbols.h"
Ivan Posva 2013/01/17 08:03:20 Why is this needed?
Vyacheslav Egorov (Google) 2013/01/17 12:46:38 Accidental edit. Fully reverted.
#include "vm/virtual_memory.h"
#include "vm/visitor.h"
« runtime/vm/parser.cc ('K') | « runtime/vm/raw_object.h ('k') | runtime/vm/symbols.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698