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

Unified Diff: runtime/vm/code_descriptors.cc

Issue 343803002: Finishes removing intptr_t from raw object fields. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 6 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/code_descriptors.cc
===================================================================
--- runtime/vm/code_descriptors.cc (revision 37878)
+++ runtime/vm/code_descriptors.cc (working copy)
@@ -67,11 +67,6 @@
if (num_entries == 0) {
return Object::empty_array().raw();
}
- uword entry_point = code.EntryPoint();
- for (intptr_t i = 0; i < num_entries; i++) {
- stack_map_ = MapAt(i);
- stack_map_.SetPC(entry_point + stack_map_.PC());
- }
return Array::MakeArray(list_);
}
« no previous file with comments | « runtime/platform/globals.h ('k') | runtime/vm/compiler.cc » ('j') | runtime/vm/debugger.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698