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

Issue 6852015: Support string add in crankshaft: (Closed)

Created:
9 years, 8 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
CC:
v8-dev, Vyacheslav Egorov (Chromium)
Visibility:
Public.

Description

Support string add in crankshaft: o The type recording binary stub got a new type for string + string. o Added HStringAdd and LStringAdd based on the new type info. o Started using HValue types to avoid unneccesary checks. Committed: http://code.google.com/p/v8/source/detail?r=7622

Patch Set 1 #

Total comments: 7

Patch Set 2 : Review fixes and ports #

Unified diffs Side-by-side diffs Delta from patch set Stats (+301 lines, -57 lines) Patch
M src/arm/code-stubs-arm.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 chunks +33 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.h View 1 2 chunks +17 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.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +12 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.h View 4 chunks +46 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 chunks +35 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 3 chunks +17 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/ic.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic.cc View 1 6 chunks +19 lines, -11 lines 0 comments Download
M src/type-info.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 chunks +33 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 5 chunks +19 lines, -42 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 chunks +16 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: 7 (0 generated)
Vitaly Repeshko
9 years, 8 months ago (2011-04-14 02:20:38 UTC) #1
Vitaly Repeshko
This is ia32 for now. I'll make sure we at least don't get deopts on ...
9 years, 8 months ago (2011-04-14 02:24:14 UTC) #2
Søren Thygesen Gjesse
On 2011/04/14 02:24:14, Vitaly Repeshko wrote: > This is ia32 for now. I'll make sure ...
9 years, 8 months ago (2011-04-14 07:04:12 UTC) #3
fschneider
ia32 LGTM with comments below. http://codereview.chromium.org/6852015/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): http://codereview.chromium.org/6852015/diff/1/src/hydrogen-instructions.h#newcode1719 src/hydrogen-instructions.h:1719: } Good idea! We ...
9 years, 8 months ago (2011-04-14 10:26:47 UTC) #4
Vitaly Repeshko
Florian, I addressed your comments and ported this to arm and x64. On x64 I ...
9 years, 8 months ago (2011-04-14 21:07:18 UTC) #5
Lasse Reichstein
LGTM on the x64 stuff.
9 years, 8 months ago (2011-04-15 05:12:25 UTC) #6
fschneider
9 years, 8 months ago (2011-04-15 05:28:30 UTC) #7
LGTM.

Powered by Google App Engine
This is Rietveld 408576698