DescriptionStreamline JumpTarget::ComputeEntryFrame by removing the separate loop
that sets the static type on elements in the entry frame. Instead set
the static type as early as possible when computing elements.
Because the elements are shared with the reaching frames, this has the
side effect of sometimes changing the static type of reaching frame
elements. They will be changed anyway in VirtualFrame::PrepareMergeTo
immediately after, so this is safe.
Committed: http://code.google.com/p/v8/source/detail?r=1928
Patch Set 1 #
Total comments: 3
Messages
Total messages: 3 (0 generated)
|