summaryrefslogtreecommitdiff
path: root/compiler/optimizing/builder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/optimizing/builder.cc')
-rw-r--r--compiler/optimizing/builder.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/optimizing/builder.cc b/compiler/optimizing/builder.cc
index 9233ea4fcd..1dea39626c 100644
--- a/compiler/optimizing/builder.cc
+++ b/compiler/optimizing/builder.cc
@@ -120,8 +120,8 @@ GraphAnalysisResult HGraphBuilder::BuildGraph() {
return kAnalysisInvalidBytecode;
}
- // 2) Decide whether to skip this method based on its code size and number
- // of branches.
+ // 2) Decide whether to skip compiling this method based on e.g. the compiler filter and method's
+ // code size.
if (SkipCompilation()) {
return kAnalysisSkipped;
}