Always compile functions in the snapshot with deoptimization support.
authorjkummerow@chromium.org <jkummerow@chromium.org>
Tue, 14 Oct 2014 09:59:24 +0000 (09:59 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org>
Tue, 14 Oct 2014 09:59:24 +0000 (09:59 +0000)
commitb774d2068b6185ec3dd0250c3d4aca5d0f44d5ed
tree9da0bb74074120ccc567adb017f0e233a0c685aa
parent573ca15f48638d89df6af0ab7cd7bc38ae6858a0
Always compile functions in the snapshot with deoptimization support.

This prevents an unnecessary deopt-reopt cycle due to type feedback
having been thrown away as part of recompiling with deopt support.
(For non-snapshotted functions this is not an issue.)

Bonus: Add missing space in --trace-ic output, and provide names for
PropertyDescriptor's methods, because passing anonymous functions to
SetUpLockedPrototype frightens and confuses our FuncNameInferrer.

R=hpayer@chromium.org, yangguo@chromium.org

Review URL: https://codereview.chromium.org/648243002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24592 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler.cc
src/heap/spaces.cc
src/ic/ic.cc
src/v8natives.js