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

Unified Diff: runtime/vm/assembler_arm64.cc

Issue 1215143002: Remove one fixed entry from object pool on x64 and arm64. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | runtime/vm/assembler_x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_arm64.cc
diff --git a/runtime/vm/assembler_arm64.cc b/runtime/vm/assembler_arm64.cc
index 7b71e576bcf1a2aee766e2d45e92bac8158bfce9..cfcd1891bd8b72f40455715992c3f6952973d092 100644
--- a/runtime/vm/assembler_arm64.cc
+++ b/runtime/vm/assembler_arm64.cc
@@ -52,13 +52,6 @@ Assembler::Assembler(bool use_far_branches)
} else {
object_pool_wrapper_.AddObject(vacant);
}
-
- if (stub_code->CallToRuntime_entry() != NULL) {
- object_pool_wrapper_.AddExternalLabel(
- &stub_code->CallToRuntimeLabel(), kNotPatchable);
- } else {
- object_pool_wrapper_.AddObject(vacant);
- }
}
}
« no previous file with comments | « no previous file | runtime/vm/assembler_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698