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

Issue 23890007: ARM: Improve SeqStringSetChar implementation. (Closed)

Created:
7 years, 3 months ago by Rodolph Perfetta
Modified:
7 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM: Improve SeqStringSetChar implementation. TEST=/test/mjsunit/lithium/SeqStringSetChar.js R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16707

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -35 lines) Patch
M src/arm/lithium-arm.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +25 lines, -15 lines 2 comments Download
A + test/mjsunit/lithium/SeqStringSetChar.js View 1 chunk +15 lines, -15 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Rodolph Perfetta
7 years, 3 months ago (2013-09-06 14:09:39 UTC) #1
Benedikt Meurer
https://codereview.chromium.org/23890007/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): https://codereview.chromium.org/23890007/diff/1/src/arm/lithium-codegen-arm.cc#newcode1985 src/arm/lithium-codegen-arm.cc:1985: FieldMemOperand(string, SeqString::kHeaderSize + constant_index)); Is that safe for arbitrary ...
7 years, 3 months ago (2013-09-09 06:05:31 UTC) #2
vincent.belliard.fr
https://codereview.chromium.org/23890007/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): https://codereview.chromium.org/23890007/diff/1/src/arm/lithium-codegen-arm.cc#newcode1985 src/arm/lithium-codegen-arm.cc:1985: FieldMemOperand(string, SeqString::kHeaderSize + constant_index)); On 2013/09/09 06:05:31, Benedikt Meurer ...
7 years, 3 months ago (2013-09-09 08:29:55 UTC) #3
Benedikt Meurer
LGTM.
7 years, 3 months ago (2013-09-13 09:12:34 UTC) #4
Benedikt Meurer
7 years, 3 months ago (2013-09-13 09:14:08 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r16707.

Powered by Google App Engine
This is Rietveld 408576698