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

Unified Diff: runtime/vm/assembler_x64.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 | « runtime/vm/assembler_arm64.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_x64.cc
diff --git a/runtime/vm/assembler_x64.cc b/runtime/vm/assembler_x64.cc
index 02f85df28f4f56b83919f123968bdf7f207599e1..639c3f6779a8d975a9a8c098b68a430a9d6aa6da 100644
--- a/runtime/vm/assembler_x64.cc
+++ b/runtime/vm/assembler_x64.cc
@@ -49,13 +49,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 | « runtime/vm/assembler_arm64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698