Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium
New issue 1298 by [email protected]: Do we need source positions in the
optimized code
http://code.google.com/p/v8/issues/detail?id=1298
Currently source positions are recorded in the optimized code. However
(some of?) the code to present stack-traces actually uses the
deoptimization info to find the associated pc in the non-optimized code and
retrieves the source position info from there.
This recording of source positions might be a leftover from before inlining
was implemented.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev