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

Unified Diff: runtime/vm/code_generator_x64.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: 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_x64.h
diff --git a/runtime/vm/code_generator_x64.h b/runtime/vm/code_generator_x64.h
index c89fce76585b030abf1e2aac8da443b7e1022389..c60b8033447af3657b00762a5574bcd91e6d0dd6 100644
--- a/runtime/vm/code_generator_x64.h
+++ b/runtime/vm/code_generator_x64.h
@@ -41,6 +41,8 @@ class CodeGenerator : public AstNodeVisitor {
// Add local variable descriptors to code.
void FinalizeVarDescriptors(const Code& code) { UNIMPLEMENTED(); }
+ void FinalizeComments(const Code& code) { UNIMPLEMENTED(); }
+
// 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