|
A64: 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=rmcilroy@chromium.org, ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=19474
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+363 lines, -58 lines) |
Patch |
|
M |
src/a64/code-stubs-a64.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/a64/full-codegen-a64.cc
|
View
|
|
3 chunks |
+4 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/a64/macro-assembler-a64.h
|
View
|
|
4 chunks |
+39 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/a64/macro-assembler-a64.cc
|
View
|
|
6 chunks |
+132 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/a64/macro-assembler-a64-inl.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/a64/stub-cache-a64.cc
|
View
|
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-assembler-a64.cc
|
View
|
|
4 chunks |
+166 lines, -3 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-code-stubs-a64.cc
|
View
|
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|