You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2007/08/31 17:06:30 UTC

[jira] Commented: (HARMONY-4709) [drlvm][jit] How to produce detailed spillgen listing

    [ https://issues.apache.org/jira/browse/HARMONY-4709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524110 ] 

Mikhail Fursov commented on HARMONY-4709:
-----------------------------------------

My comments on this patch:

1) There is a common logging mechanism to enable/disable logs in Jitirino.OPT compiler. It's easy to create new "spillgen_xml_verbose" logging category and dump this kind of log without playing with 'ifdef' statements.
I propose refactoring it this way.

2) This log is tool specific. I propose making it convenient for direct reading and supply a special parser with a tool that will convert this log into tool specific format.

> [drlvm][jit] How to produce detailed spillgen listing
> -----------------------------------------------------
>
>                 Key: HARMONY-4709
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4709
>             Project: Harmony
>          Issue Type: Wish
>          Components: DRLVM
>            Reporter: Ivashin Sergey
>            Assignee: Mikhail Fursov
>         Attachments: spillgen_dbg.patch
>
>
> Utility files to help debug spillgen.
> To produce detailed debug listing,
>  - define "_DEBUG_SPILLGEN" while compiling Ia32SpillGen.cpp 
>  - enable "dbg" stream for spillgen action

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.