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

Issue 3099: Changed the disassembler formatting... (Closed)

Created:
12 years, 3 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Changed the disassembler formatting Changed the formatting of the comment in the disassembler output to contain more information on code targets. Committed: http://code.google.com/p/v8/source/detail?r=327

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -37 lines) Patch
M src/disassembler.cc View 1 1 chunk +54 lines, -37 lines 0 comments Download
M src/objects.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Søren Thygesen Gjesse
12 years, 3 months ago (2008-09-17 11:33:49 UTC) #1
Kasper Lund
LGTM. http://codereview.chromium.org/3099/diff/1/2 File src/disassembler.cc (right): http://codereview.chromium.org/3099/diff/1/2#newcode266 Line 266: RelocInfo::RelocModeName(rmode)); The indentation looks funny here? http://codereview.chromium.org/3099/diff/1/3 ...
12 years, 3 months ago (2008-09-17 12:27:11 UTC) #2
Søren Thygesen Gjesse
12 years, 3 months ago (2008-09-17 12:37:06 UTC) #3
http://codereview.chromium.org/3099/diff/1/2
File src/disassembler.cc (right):

http://codereview.chromium.org/3099/diff/1/2#newcode266
Line 266: RelocInfo::RelocModeName(rmode));
On 2008/09/17 12:27:11, Kasper Lund wrote:
> The indentation looks funny here?

Fixed.

http://codereview.chromium.org/3099/diff/1/3
File src/objects.cc (right):

http://codereview.chromium.org/3099/diff/1/3#newcode4192
Line 4192: const char* Code::ICState2String(InlineCacheState ic_state) {
On 2008/09/17 12:27:11, Kasper Lund wrote:
> Rename ic_state to state?

Renamed.

http://codereview.chromium.org/3099/diff/1/4
File src/objects.h (right):

http://codereview.chromium.org/3099/diff/1/4#newcode2066
Line 2066: static const char* ICState2String(InlineCacheState ic_state);
On 2008/09/17 12:27:11, Kasper Lund wrote:
> I would just call the parameter 'state'.

Renamed.

Powered by Google App Engine
This is Rietveld 408576698