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

Issue 22562002: Convert FastNewClosureStub into hydrogen. (Closed)

Created:
7 years, 4 months ago by mvstanton
Modified:
7 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Convert FastNewClosureStub into hydrogen. BUG= R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16356

Patch Set 1 #

Patch Set 2 : Fixes, ports, cleanup #

Patch Set 3 : REBASE #

Total comments: 1

Patch Set 4 : Changed to use a new instruction HStoreCodeEntry #

Patch Set 5 : REBASE #

Total comments: 24

Patch Set 6 : Nit fixin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+531 lines, -415 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 4 5 2 chunks +11 lines, -128 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M src/arm/lithium-arm.h View 1 2 3 4 5 2 chunks +19 lines, -1 line 0 comments Download
M src/arm/lithium-arm.cc View 1 2 3 4 5 2 chunks +16 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 5 2 chunks +10 lines, -2 lines 0 comments Download
M src/code-stubs.h View 1 2 3 4 1 chunk +12 lines, -3 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 3 4 5 2 chunks +197 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 3 chunks +10 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 6 chunks +45 lines, -11 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 5 chunks +67 lines, -1 line 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 5 2 chunks +11 lines, -127 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 4 5 2 chunks +9 lines, -1 line 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 3 4 5 2 chunks +19 lines, -1 line 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 3 4 5 2 chunks +16 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 5 2 chunks +11 lines, -134 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 4 5 2 chunks +9 lines, -1 line 0 comments Download
M src/x64/lithium-x64.h View 1 2 3 4 5 2 chunks +19 lines, -1 line 0 comments Download
M src/x64/lithium-x64.cc View 1 2 3 4 5 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mvstanton
PTAL. Danno, can you pay special attention to the hydrogen.cc changes in Loop and IfBuilders. ...
7 years, 4 months ago (2013-08-07 15:09:31 UTC) #1
Sven Panne
https://codereview.chromium.org/22562002/diff/6001/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): https://codereview.chromium.org/22562002/diff/6001/src/code-stubs-hydrogen.cc#newcode970 src/code-stubs-hydrogen.cc:970: is_optimized.Then(); "Higher order" programming via funny formatting... o_O :-D ...
7 years, 4 months ago (2013-08-08 06:23:34 UTC) #2
mvstanton
Hi guys, Per our dinner-time conversation of a couple days ago, I removed the HInnerAllocatedObject ...
7 years, 4 months ago (2013-08-09 15:01:33 UTC) #3
Michael Starzinger
LGTM, just a couple of nits. Sorry for being so nitty. https://codereview.chromium.org/22562002/diff/15001/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): ...
7 years, 3 months ago (2013-08-27 08:12:51 UTC) #4
mvstanton
Nits addressed, thanks they were good ones, esp. those that addressed my rather muddled function ...
7 years, 3 months ago (2013-08-27 09:23:04 UTC) #5
mvstanton
7 years, 3 months ago (2013-08-27 11:55:41 UTC) #6
Message was sent while issue was closed.
Committed patchset #6 manually as r16356 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698