Description[interpreter] Refactor iterator access in BytecodeGraphBuilder.
This refactors how the BytecodeArrayIterator is passed to visitation
methods on the BytecodeGraphBuilder. We no longer pass it explicitly,
but use the field accessor instead. Note that const-ness is still
preserved and visitation methods are still not able to mutate the
iterator. The main goal of this refactoring is increased readability.
R=rmcilroy@chromium.org
Committed: https://crrev.com/579264e359ade615ff64d56d640eed964fb5ce04
Cr-Commit-Position: refs/heads/master@{#33607}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Deprecate old accessor. #Patch Set 3 : Addressed comments. #Patch Set 4 : Rebased. #Messages
Total messages: 13 (7 generated)
|