Description[turbofan] Use Node input iterators where possible
Changes some for loops to use node->inputs() instead of iterating over
InputCount and accessing InputAt(i). This saves some checks for
"has_inline_inputs" and so some branches.
Review-Url: https://codereview.chromium.org/2585713002
Cr-Commit-Position: refs/heads/master@{#42024}
Committed: https://chromium.googlesource.com/v8/v8/+/0b10c04473587aefc6ef5414473a65aa1707440a
Patch Set 1 #Patch Set 2 : Remove iterator (and so, pointer) comparisons #Patch Set 3 : Use == instead of DCHECK_EQ because of missing operator<< for iterators #
Messages
Total messages: 23 (17 generated)
|