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

Issue 125126: Fix disassembly output from oprofile (Closed)

Created:
11 years, 6 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix disassembly output from oprofile. Only send the inscructions part of a code object to oprofile when reporting dynamically generated code. Before the code object header was also reported to oprofile as code which caused strange disassembly output when using opannotate. Committed: http://code.google.com/p/v8/source/detail?r=2174

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -9 lines) Patch
M src/codegen.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler.cc View 2 chunks +11 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
11 years, 6 months ago (2009-06-15 15:05:48 UTC) #1
Mikhail Naganov
11 years, 6 months ago (2009-06-15 15:10:11 UTC) #2
On 2009/06/15 15:05:48, Søren Gjesse wrote:
> 

LGTM!

Yes, it seems I forgot to update this code when changing regular logging code a
while ago.

Powered by Google App Engine
This is Rietveld 408576698