DescriptionEmitCreateIteratorResult loads map from function's context
Caching or serialization can cause full-codegen output to be shared
between contexts. CreateIteratorResult, however, was doing the wrong
thing by creating results with the map that was current when the code
was generated. Instead, we should chase pointers to load the right map
from the function's context.
R=verwaest@chromium.org
BUG=v8:3656
LOG=N
Committed: https://code.google.com/p/v8/source/detail?r=24987
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|