Description[Interpreter] Avoid allocating pairs array in VisitDeclarations.
Move the logic for allocating the global declaration pair array
from VisitDeclarations to a later step. This is required for
concurrent bytecode generation.
This change requires adding support for reserving fixed
constant pool array entries, which can be later updated
with the value of the literal.
BUG=v8:5203
Committed: https://crrev.com/8d4658077ca9f35904cefe0fb1cb4e927ea9f240
Cr-Commit-Position: refs/heads/master@{#38010}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Changes #Patch Set 3 : Rebase #
Messages
Total messages: 23 (16 generated)
|