Index: src/runtime-profiler.cc |
diff --git a/src/runtime-profiler.cc b/src/runtime-profiler.cc |
index 20f2c543edc26dceb72e83616a3d295b0d8a4ca0..6500b9acb83f06065a08ff6171b050c5c8973c9d 100644 |
--- a/src/runtime-profiler.cc |
+++ b/src/runtime-profiler.cc |
@@ -21,7 +21,7 @@ namespace internal { |
// Number of times a function has to be seen on the stack before it is |
// compiled for baseline. |
-static const int kProfilerTicksBeforeBaseline = 2; |
+static const int kProfilerTicksBeforeBaseline = 1; |
// Number of times a function has to be seen on the stack before it is |
// optimized. |
static const int kProfilerTicksBeforeOptimization = 2; |