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

Issue 63863005: Add new HSeqStringGetChar instruction. (Closed)

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

Description

Add new HSeqStringGetChar instruction. This instruction is required for copying characters from sequential strings in the hydrogenized StringAddStub. BUG=v8:2990 R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17565

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix one-byte loads. #

Patch Set 3 : Fix invalid use of movw(). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -0 lines) Patch
M src/arm/lithium-arm.h View 2 chunks +16 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 2 chunks +51 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +16 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +16 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Benedikt Meurer
Hey Sven, Next (baby) step towards hydrogenized StringAddStub. :-) PTAL -- Benedikt
7 years, 1 month ago (2013-11-07 10:44:55 UTC) #1
Sven Panne
LGTM, just a few whining comments about the situation in general... :-} https://codereview.chromium.org/63863005/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc ...
7 years, 1 month ago (2013-11-07 12:45:13 UTC) #2
Benedikt Meurer
Committed patchset #2 manually as r17562 (presubmit successful).
7 years, 1 month ago (2013-11-07 12:59:49 UTC) #3
Benedikt Meurer
7 years, 1 month ago (2013-11-07 13:43:15 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r17565 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698