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

Issue 3338007: Handle argument conversion in StringAddStub. (Closed)

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

Description

Handle argument conversion in StringAddStub. In case one of the arguments is known to be a string we emit a few fast conversion attempts for the other. This allows using the StringAddStub instead of STRING_ADD_{LEFT,RIGHT} builtins. Committed: http://code.google.com/p/v8/source/detail?r=5405

Patch Set 1 #

Patch Set 2 : Test added #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -58 lines) Patch
M src/ia32/code-stubs-ia32.h View 1 chunk +18 lines, -7 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 8 chunks +91 lines, -40 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/mjsunit/binary-op-newspace.js View 1 chunk +24 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vitaly Repeshko
10 years, 3 months ago (2010-09-03 11:35:35 UTC) #1
Søren Thygesen Gjesse
10 years, 3 months ago (2010-09-03 11:47:14 UTC) #2
LGTM!

Please open a x64/ARM porting bug if not porting immediately.

Powered by Google App Engine
This is Rietveld 408576698