DescriptionFix handling of recompiling code for optimized and inlined functions
The debugger preparation did not take optimized functions - including
inlined function into account. This caused the full-code used for
deoptimization to be the "lazy compile" builtin which did not work and
caused V8 to crash.
R=yangguo@chromium.org
BUG=chromium:105375, v8:1782
TEST=test/mjsunit/debug-break-inline.js
Committed: http://code.google.com/p/v8/source/detail?r=10094
Patch Set 1 #
Total comments: 1
Patch Set 2 : Addressed review comments #
Messages
Total messages: 2 (0 generated)
|