Description[turbofan] Refactor property access building.
This is in preparation for lowering monomorphic loads during graph building.
This essentially moves the parts that will be shared to a separate class/file
(proparty-access-builder.(cc|h)).
I should say that we will not want to do accessor inlining during graph
building because that would require us to create frame states
(which is the thing we would like to avoid doing).
Review-Url: https://codereview.chromium.org/2936673005
Cr-Commit-Position: refs/heads/master@{#45973}
Committed: https://chromium.googlesource.com/v8/v8/+/126451d319f56a74371ae954e1e7abd30ac2da06
Patch Set 1 #Patch Set 2 : Fix #Patch Set 3 : Move accessor inlining back #Patch Set 4 : Prune includes, add comments #
Total comments: 4
Patch Set 5 : Address reviewer comments #
Messages
Total messages: 26 (21 generated)
|