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

Issue 69953005: MIPS: Add initial hydrogenized NewStringAddStub. (Closed)

Created:
7 years, 1 month ago by kilvadyb
Modified:
7 years, 1 month ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Add initial hydrogenized NewStringAddStub. Port r17635 (14180b1) Original commit message: The new stub is enabled via the --new-string-add flag, which is disabled by default. For now, it's only a stripped down version of the native StringAddStub, it's still work-in-progress. BUG=v8:2990

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -10 lines) Patch
src/mips/code-stubs-mips.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +13 lines, -4 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +12 lines, -4 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
7 years, 1 month ago (2013-11-12 14:56:19 UTC) #1
Paul Lind
lgtm
7 years, 1 month ago (2013-11-12 16:21:52 UTC) #2
Paul Lind
7 years, 1 month ago (2013-11-12 16:25:20 UTC) #3
Committed as r17664.

Powered by Google App Engine
This is Rietveld 408576698