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

Issue 12317044: Fix bugs in generating and printing of Crankshaft stubs (Closed)

Created:
7 years, 10 months ago by danno
Modified:
7 years, 10 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fix bugs in generating and printing of Crankshaft stubs Committed: http://code.google.com/p/v8/source/detail?r=13716

Patch Set 1 #

Total comments: 10

Patch Set 2 : Review feedback #

Patch Set 3 : Review feedback #

Total comments: 8

Patch Set 4 : Final version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -78 lines) Patch
M src/code-stubs-hydrogen.cc View 4 chunks +22 lines, -20 lines 0 comments Download
M src/deoptimizer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 1 2 3 1 chunk +6 lines, -3 lines 0 comments Download
M src/heap.cc View 1 3 chunks +13 lines, -12 lines 0 comments Download
M src/hydrogen.h View 3 chunks +14 lines, -5 lines 0 comments Download
M src/hydrogen.cc View 1 6 chunks +59 lines, -33 lines 0 comments Download
M src/isolate.cc View 1 2 3 2 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
danno
PTAL
7 years, 10 months ago (2013-02-21 15:01:30 UTC) #1
Michael Starzinger
https://codereview.chromium.org/12317044/diff/1/src/deoptimizer.cc File src/deoptimizer.cc (right): https://codereview.chromium.org/12317044/diff/1/src/deoptimizer.cc#newcode1676 src/deoptimizer.cc:1676: return -1; Add a "// Minus receiver." comment to ...
7 years, 10 months ago (2013-02-21 19:39:23 UTC) #2
danno
Feedback addressed, please take another look. https://codereview.chromium.org/12317044/diff/1/src/deoptimizer.cc File src/deoptimizer.cc (right): https://codereview.chromium.org/12317044/diff/1/src/deoptimizer.cc#newcode1676 src/deoptimizer.cc:1676: return -1; On ...
7 years, 10 months ago (2013-02-25 11:11:23 UTC) #3
Michael Starzinger
LGTM with a few final nits. https://codereview.chromium.org/12317044/diff/2010/src/heap.h File src/heap.h (right): https://codereview.chromium.org/12317044/diff/2010/src/heap.h#newcode484 src/heap.h:484: // without actually ...
7 years, 10 months ago (2013-02-25 12:00:57 UTC) #4
danno
7 years, 10 months ago (2013-02-25 14:25:05 UTC) #5
Message was sent while issue was closed.
Feedback addressed.

https://codereview.chromium.org/12317044/diff/2010/src/heap.h
File src/heap.h (right):

https://codereview.chromium.org/12317044/diff/2010/src/heap.h#newcode484
src/heap.h:484: // without actually actually creating any objects.
On 2013/02/25 12:00:57, Michael Starzinger wrote:
> Drop one of the two "actually" in the comment.

Done.

https://codereview.chromium.org/12317044/diff/2010/src/isolate.cc
File src/isolate.cc (right):

https://codereview.chromium.org/12317044/diff/2010/src/isolate.cc#newcode2043
src/isolate.cc:2043: V8::FatalProcessOutOfMemory("heap preparation");
On 2013/02/25 12:00:57, Michael Starzinger wrote:
> s/heap preparation/heap setup/

Done.

https://codereview.chromium.org/12317044/diff/2010/src/isolate.cc#newcode2049
src/isolate.cc:2049: // SetUp the object heap.
On 2013/02/25 12:00:57, Michael Starzinger wrote:
> Move this comment up to before the assertion in line 2041.

Done.

https://codereview.chromium.org/12317044/diff/2010/src/isolate.cc#newcode2052
src/isolate.cc:2052: V8::FatalProcessOutOfMemory("heap setup");
On 2013/02/25 12:00:57, Michael Starzinger wrote:
> s/heap setup/heap object creation/

Done.

Powered by Google App Engine
This is Rietveld 408576698