DescriptionA64: Tidy up Push and Pop TODOs.
This addresses several TODOs:
- Push and Pop requests can be queued up so that arrays of Registers
can be pushed efficiently, with just one PrepareForPush/Pop.
- PushMultipleTimes now takes an Operand. This allows variable-length
arguments arrays to be initialized, for example.
- A NoUseRealAbortsScope has been added to Abort so that
AssertStackConsistency can be called from PrepareForPush without
introducing infinite recursion.
BUG=
R=ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=19403
Patch Set 1 #
Total comments: 3
Patch Set 2 : Rebase after Abort code-size optimizations. #
Messages
Total messages: 19 (0 generated)
|