Description[turbofan] Add alignment parameter to StackSlot operator
If alignment parameter is set, the memory returned by the
StackSlot operator will be aligned according to the parameter.
The implementation goes like this. If alignment parameter is set
we allocate a bit more memory than actually needed and so we
can move the beginning of the StackSlot in order to have it aligned.
BUG=
Review-Url: https://codereview.chromium.org/2816743003
Cr-Commit-Position: refs/heads/master@{#45197}
Committed: https://chromium.googlesource.com/v8/v8/+/d8bfdb7a998adadc56aa5705a5998e75ceae7675
Patch Set 1 #Patch Set 2 : Upload missing file #
Total comments: 4
Patch Set 3 : Move VisitStackSlot to architecture specific instruction-selector. #Patch Set 4 : Rebase to master #Patch Set 5 : Add MIPS64 implementation. Add regression tests #
Total comments: 2
Patch Set 6 : Rebase master #Patch Set 7 : Small fixes in test #Messages
Total messages: 31 (20 generated)
|