Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(863)

Issue 24795002: Thumb2 Backend: Use sp-relative offsets for stack slot operations in Crankshaft

Created:
7 years, 2 months ago by rkrithiv
Modified:
6 years, 4 months ago
Reviewers:
ulan, danno
Visibility:
Public.

Description

Thumb2 Backend: Use sp-relative offsets for stack slot operations in Crankshaft This change converts loads and stores to stack slots and arguments in Crankshaft code from fp-relative loads to sp-relative loads. The distance between fp and sp is tracked in order to accomplish this. The distance is the sum of the stack slots size, the pushed arguments size, and a fixed frame size (8). This allows more ldr/str instructions to use a 2-byte encoding in Thumb2 mode. This is the 11th patch for the Thumb2 Backend. Previous patch: https://codereview.chromium.org/24793002/ BUG=none TEST=none

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -81 lines) Patch
M src/arm/lithium-codegen-arm.h View 5 chunks +22 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 59 chunks +170 lines, -76 lines 0 comments Download
M src/lithium.h View 1 chunk +1 line, -1 line 0 comments Download
M src/lithium.cc View 1 chunk +5 lines, -3 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698