summaryrefslogtreecommitdiffstats
path: root/compiler/utils
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-03-05 15:42:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-03-05 15:42:51 +0000
commit2fecd65be4ce930e15a9d20358d32a650a2442b9 (patch)
treefbcd2e0d71b0b4577553ff93bb890f31bf2e8f42 /compiler/utils
parent83f56a43d85dfdadb07cd6b057c03f4df45af647 (diff)
parentd4dd255db1d110ceb5551f6d95ff31fb57420994 (diff)
downloadart-2fecd65be4ce930e15a9d20358d32a650a2442b9.zip
art-2fecd65be4ce930e15a9d20358d32a650a2442b9.tar.gz
art-2fecd65be4ce930e15a9d20358d32a650a2442b9.tar.bz2
Merge "Add codegen support to the optimizing compiler."
Diffstat (limited to 'compiler/utils')
-rw-r--r--compiler/utils/assembler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/utils/assembler.h b/compiler/utils/assembler.h
index 296254d..53f3375 100644
--- a/compiler/utils/assembler.h
+++ b/compiler/utils/assembler.h
@@ -326,6 +326,9 @@ class Assembler {
buffer_.FinalizeInstructions(region);
}
+ // TODO: Implement with disassembler.
+ virtual void Comment(const char* format, ...) { }
+
// Emit code that will create an activation on the stack
virtual void BuildFrame(size_t frame_size, ManagedRegister method_reg,
const std::vector<ManagedRegister>& callee_save_regs,