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

Issue 6682025: Crankshaft support for StringCharFromCode. (Closed)

Created:
9 years, 9 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Crankshaft support for StringCharFromCode. This allows more efficient implementations of string keyed access, String.prototype.chatAt, and String.fromCharCode. Committed: http://code.google.com/p/v8/source/detail?r=7160

Patch Set 1 #

Total comments: 4

Patch Set 2 : Ports #

Unified diffs Side-by-side diffs Delta from patch set Stats (+267 lines, -9 lines) Patch
M src/arm/lithium-arm.h View 1 2 chunks +14 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 1 chunk +50 lines, -0 lines 0 comments Download
M src/ast.h View 3 chunks +3 lines, -0 lines 0 comments Download
M src/ast.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 4 chunks +28 lines, -9 lines 0 comments Download
M src/hydrogen-instructions.h View 2 chunks +18 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +50 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +14 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/lithium-codegen-x64.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 1 chunk +50 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 chunks +14 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Vitaly Repeshko
9 years, 9 months ago (2011-03-13 19:08:49 UTC) #1
Vitaly Repeshko
If the approach looks good, I'll port it to other architectures and remove the unused ...
9 years, 9 months ago (2011-03-13 19:11:23 UTC) #2
fschneider
ia32 part LGTM. http://codereview.chromium.org/6682025/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): http://codereview.chromium.org/6682025/diff/1/src/hydrogen.cc#newcode4105 src/hydrogen.cc:4105: } You could save a line ...
9 years, 9 months ago (2011-03-14 11:34:17 UTC) #3
Vitaly Repeshko
Florian, thanks for the first review pass. Please take another look now that the ports ...
9 years, 9 months ago (2011-03-14 14:15:50 UTC) #4
fschneider
9 years, 9 months ago (2011-03-14 15:04:07 UTC) #5
LGTM.

Powered by Google App Engine
This is Rietveld 408576698