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

Unified Diff: runtime/vm/block_scheduler.cc

Issue 1343373003: Revert "VM: New calling convention for generated code." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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_x64_test.cc ('k') | runtime/vm/code_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/block_scheduler.cc
diff --git a/runtime/vm/block_scheduler.cc b/runtime/vm/block_scheduler.cc
index 7d6cfc567c74fb7825e3a6886cce8e358f8ffaa4..e8d950c536022cc616352c1dfaf08dc0db3ba651 100644
--- a/runtime/vm/block_scheduler.cc
+++ b/runtime/vm/block_scheduler.cc
@@ -90,8 +90,7 @@ void BlockScheduler::AssignEdgeWeights() const {
const PcDescriptors& descriptors =
PcDescriptors::Handle(unoptimized_code.pc_descriptors());
PcDescriptors::Iterator iter(descriptors, RawPcDescriptors::kDeopt);
- uword entry =
- Instructions::Handle(unoptimized_code.instructions()).EntryPoint();
+ uword entry = unoptimized_code.EntryPoint();
while (iter.MoveNext()) {
intptr_t deopt_id = iter.DeoptId();
ASSERT(deopt_id != Isolate::kNoDeoptId);
« no previous file with comments | « runtime/vm/assembler_x64_test.cc ('k') | runtime/vm/code_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698