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

Unified Diff: runtime/vm/flow_graph_compiler_arm.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/flow_graph_compiler_arm.h
diff --git a/runtime/vm/flow_graph_compiler_arm.h b/runtime/vm/flow_graph_compiler_arm.h
index edad10349a5d24efc3c19a6af8cd98987f005b86..24e7276d6e75ae3e8d1455606d74790dae7d7441 100644
--- a/runtime/vm/flow_graph_compiler_arm.h
+++ b/runtime/vm/flow_graph_compiler_arm.h
@@ -40,6 +40,7 @@ class FlowGraphCompiler : public FlowGraphVisitor {
void FinalizeStackmaps(const Code& code);
void FinalizeVarDescriptors(const Code& code);
void FinalizeExceptionHandlers(const Code& code);
+ void FinalizeComments(const Code& code);
private:
// Bail out of the flow graph compiler. Does not return to the caller.

Powered by Google App Engine
This is Rietveld 408576698