Description[turbofan] Add support for accessor inlining.
Allow inlining of getters and setters into TurboFan optimized code.
This just adds the basic machinery required to essentially inline
the setter and getter dispatch code for the (keyed) load/store ICs.
There'll be follow up CLs to also actually inline some of the interesting
accessor functions itself, like the byteLength and friends for the
TypedArrays.
R=jarin@chromium.org
Committed: https://crrev.com/35a195e1098d6cdd817e3f8482ceedaeeea610fa
Cr-Commit-Position: refs/heads/master@{#38192}
Patch Set 1 #Patch Set 2 : REBASE. Bugfix for Checkpoint missing. Add more tests. #
Total comments: 2
Patch Set 3 : Fix bailouts #
Total comments: 2
Patch Set 4 : Fixes #
Messages
Total messages: 26 (20 generated)
|