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

Unified Diff: runtime/vm/code_generator_ia32.h

Issue 10407019: Extend assembler with ability to produce comments for the generated code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address Srdjan comments Created 8 years, 7 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/code_generator_ia32.h
diff --git a/runtime/vm/code_generator_ia32.h b/runtime/vm/code_generator_ia32.h
index fcff055636833f03107ee4f58333ce20e78ddafa..e3cae544e6b022905e06ed9c770fa76dbe59ba3c 100644
--- a/runtime/vm/code_generator_ia32.h
+++ b/runtime/vm/code_generator_ia32.h
@@ -100,6 +100,8 @@ NODE_LIST(DEFINE_VISITOR_FUNCTION)
// Add local variable descriptors to code.
void FinalizeVarDescriptors(const Code& code);
+ void FinalizeComments(const Code& code);
+
// Allocate and return an arguments descriptor.
// Let 'num_names' be the length of 'optional_arguments_names'.
// Treat the first 'num_arguments - num_names' arguments as positional and

Powered by Google App Engine
This is Rietveld 408576698