aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-06 21:03:58 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-06 21:03:58 -0800
commitecf2ab8ec4840c97706ad295e820dbe4fe698424 (patch)
tree84360a4696ad707c77ff713885b1d6aaedc79854 /src
parent7770587b94dc0ffafaebf43a57dc0bebfc99c24a (diff)
restore some PGO code to investigate a speed regression in skinning
Diffstat (limited to 'src')
-rw-r--r--src/preamble.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/preamble.js b/src/preamble.js
index 25e3e754..e19b7692 100644
--- a/src/preamble.js
+++ b/src/preamble.js
@@ -661,9 +661,7 @@ function __shutdownRuntime__() {
// allow browser to GC, set heaps to null?
// Print summary of correction activity
-#if PGO
CorrectionsMonitor.print();
-#endif
}