Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/js-inlining-heuristic.h')
-rw-r--r--deps/v8/src/compiler/js-inlining-heuristic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/compiler/js-inlining-heuristic.h b/deps/v8/src/compiler/js-inlining-heuristic.h
index dc8d70f6aca..68919c9aec6 100644
--- a/deps/v8/src/compiler/js-inlining-heuristic.h
+++ b/deps/v8/src/compiler/js-inlining-heuristic.h
@@ -34,7 +34,7 @@ class JSInliningHeuristic final : public AdvancedReducer {
void Finalize() final;
private:
- // This limit currently matches what Crankshaft does. We may want to
+ // This limit currently matches what the old compiler did. We may want to
// re-evaluate and come up with a proper limit for TurboFan.
static const int kMaxCallPolymorphism = 4;