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

Unified Diff: runtime/vm/assembler_x64.cc

Issue 1433243003: Background compilation work: (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: d Created 5 years, 1 month 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_mips.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/assembler_x64.cc
diff --git a/runtime/vm/assembler_x64.cc b/runtime/vm/assembler_x64.cc
index 04e82d8ba91dc87689d0807635e4f60d8d17ba41..b0104bc2ad34202d816572aff792c02bd231486d 100644
--- a/runtime/vm/assembler_x64.cc
+++ b/runtime/vm/assembler_x64.cc
@@ -3331,6 +3331,7 @@ void Assembler::PopRegisters(intptr_t cpu_register_set,
void Assembler::EnterCallRuntimeFrame(intptr_t frame_space) {
+ Comment("EnterCallRuntimeFrame");
EnterStubFrame();
// TODO(vegorov): avoid saving FpuTMP, it is used only as scratch.
@@ -3420,6 +3421,7 @@ void Assembler::LeaveDartFrame(RestorePP restore_pp) {
void Assembler::CheckCodePointer() {
#ifdef DEBUG
+ Comment("CheckCodePointer");
Label cid_ok, instructions_ok;
pushq(RAX);
LoadClassId(RAX, CODE_REG);
« no previous file with comments | « runtime/vm/assembler_mips.cc ('k') | runtime/vm/code_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698