Do not optimize functions which are in new space.
authorantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 18 Jan 2011 13:59:49 +0000 (13:59 +0000)
committerantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 18 Jan 2011 13:59:49 +0000 (13:59 +0000)
commitec16aa9a1714db494cd7106908ec181d44d1cf2b
tree3db2ba3bdc3cbde5ca92ae2a2c5a1d05082d038c
parentc919bb7d4a703f44ad75d6127d5035cd8a0ce60e
Do not optimize functions which are in new space.

If there are many shortliving closures, they pollute sampler window and
delay optimizations of functions which should be optimized.

Review URL: http://codereview.chromium.org/6344006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6364 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime-profiler.cc