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

Issue 141703018: Turn RegExpConstructResultStub into a HydrogenCodeStub. (Closed)

Created:
6 years, 10 months ago by Benedikt Meurer
Modified:
6 years, 10 months ago
Reviewers:
mvstanton
CC:
v8-dev
Visibility:
Public.

Description

Turn RegExpConstructResultStub into a HydrogenCodeStub. This has the additional benefit that it is now possible to inline the RegExpResult construction code into Hydrogen builtins. R=mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18902

Patch Set 1 #

Patch Set 2 : Remove dead code from LCallStub. #

Total comments: 6

Patch Set 3 : REBASE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -377 lines) Patch
M src/arm/code-stubs-arm.cc View 2 chunks +11 lines, -90 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M src/code-stubs.h View 1 chunk +18 lines, -5 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 2 chunks +78 lines, -4 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +11 lines, -82 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 2 chunks +11 lines, -87 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 2 chunks +11 lines, -85 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
Kill all the native code stubs! :-) PTAL
6 years, 10 months ago (2014-01-28 14:30:38 UTC) #1
mvstanton
Indeed! A few questions on the main block, --Michael https://codereview.chromium.org/141703018/diff/20001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/141703018/diff/20001/src/hydrogen.cc#newcode1566 src/hydrogen.cc:1566: ...
6 years, 10 months ago (2014-01-29 08:51:16 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/141703018/diff/20001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/141703018/diff/20001/src/hydrogen.cc#newcode1566 src/hydrogen.cc:1566: HValue* size = length; Crankshaft generates an HChange (s->t) ...
6 years, 10 months ago (2014-01-29 08:55:19 UTC) #3
mvstanton
Well played...:) lgtm.
6 years, 10 months ago (2014-01-29 09:22:32 UTC) #4
Benedikt Meurer
6 years, 10 months ago (2014-01-29 13:10:50 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r18902 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698