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

Unified Diff: runtime/vm/intermediate_language_mips.cc

Issue 1266033003: Add box slow path allocation stub to static calls target table (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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/intermediate_language_mips.cc
diff --git a/runtime/vm/intermediate_language_mips.cc b/runtime/vm/intermediate_language_mips.cc
index 6b94d4d3a543d39d7571fa8126fc09a92b202140..c33830dafa385056a7bc874b8eac696442d9fcc5 100644
--- a/runtime/vm/intermediate_language_mips.cc
+++ b/runtime/vm/intermediate_language_mips.cc
@@ -1857,6 +1857,7 @@ class BoxAllocationSlowPath : public SlowPathCode {
&label,
RawPcDescriptors::kOther,
locs);
+ compiler->AddStubCallTarget(stub);
if (result_ != V0) {
__ mov(result_, V0);
}

Powered by Google App Engine
This is Rietveld 408576698