DescriptionFix fast array literals to ignore prototype chain.
This makes sure that boilerplate objects for array literals with
non-constant elements (which will contain the hole at non-constant
positions) will not cause prototype chain lookups when generating
optimized code.
R=erik.corry@gmail.com
BUG=chromium:123512
TEST=mjsunit/regress/regress-123512
Committed: https://code.google.com/p/v8/source/detail?r=11350
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed comment by Erik Corry. #
Messages
Total messages: 3 (0 generated)
|