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

Issue 44313002: Try to use STMDB/LDMIA instead of LDR/STR sequences whenever possible. (Closed)

Created:
7 years, 1 month ago by Benedikt Meurer
Modified:
7 years, 1 month ago
Reviewers:
Sven Panne, danno
CC:
v8-dev
Visibility:
Public.

Description

Try to use STMDB/LDMIA instead of LDR/STR sequences whenever possible. R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17466

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -63 lines) Patch
M src/arm/builtins-arm.cc View 4 chunks +6 lines, -10 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 3 chunks +4 lines, -10 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 14 chunks +32 lines, -41 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Benedikt Meurer
Hey danno, This is saves a few bytes on ARM by using shorter push/pop encodings ...
7 years, 1 month ago (2013-10-25 13:34:40 UTC) #1
Sven Panne
lgtm
7 years, 1 month ago (2013-10-30 07:40:59 UTC) #2
Benedikt Meurer
7 years, 1 month ago (2013-11-05 09:00:08 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r17466.

Powered by Google App Engine
This is Rietveld 408576698