DescriptionFix a bug with uninitialized const variables in the optimizing compiler.
We have to check for uninitialized uses before phi-elimination. Otherwise we
may miss such a use and result in using the hole value instead. This
causes a NULL-dereference or assertion failure.
BUG=96989
TEST=mjsunit/compiler/regress-96989.js
Committed: http://code.google.com/p/v8/source/detail?r=9337
Patch Set 1 #Patch Set 2 : '' #
Messages
Total messages: 4 (0 generated)
|