Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Low
New issue 1087 by [email protected]: Need to support code object flags
changes in profiler
http://code.google.com/p/v8/issues/detail?id=1087
In bright new era of crankshaft code object got optimizable flag. And this
flag can change during lifetime of the code object (currently only one way,
from optimizable to unoptimizable).
However, we do not notify profiler on this change and hence profiler may
incorrectly think that code object is optimized while it's not optimized
already.
See http://code.google.com/p/v8/source/detail?r=6553 which temporary
relaxed comparison of profiler view as a result of events sequence vs. heap
traversal.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev