DescriptionFix for bug 351257: type feedback vector initialization issue.
The feedback vector is stored in the shared function info, and there
is an effort to reuse it when re-running full code generation as a
prelude to creating optimized code. However we shouldn't reuse the
vector for lazily compiled methods on first compile, as scoping analysis
can change the allocation of vector slots.
BUG=351257
LOG=N
R=danno@chromium.org, bmeuer@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=19854
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|