DescriptionMake HCheckPrototypeMaps compatible with parallel recompilation.
HCheckPrototypeMaps currently records the prototype and the holder of the
prototype chain (both ends of the chain) and assumes that the chain elements
and their maps did not change in during the entirety of Crankshaft. The actual
traversal of the prototype chain happens in Lithium at code generation.
With parallel compilation, this assumption is not longer correct.
R=mstarzinger@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=13454
Patch Set 1 #
Total comments: 3
Patch Set 2 : platform ports #
Total comments: 1
Patch Set 3 : addressed comment #
Messages
Total messages: 5 (0 generated)
|