Microsoft Developer Network > 포럼 홈 > Phoenix > dumptags and aliasdump in c2Phase
질문하기질문하기
 

질문dumptags and aliasdump in c2Phase

  • 2009년 6월 1일 월요일 오전 8:01if if 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi,
    Is there a way to dump the alias information in a compilation with a custom Phoenix Phase, using some option similar to          -dumptags and -aliasdump which are used for printing this information for any Phoenix-based tool.

    Regards,
    If If

모든 응답

  • 2009년 6월 3일 수요일 오후 4:45Andy Ayers - MSFT중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Dumptags impacts the operand dumping code, so the only way to get it is to turn it on for real. You can enable it just for your phase by providing your phase a component control (say, called 'myphase') and then setting -d2dumptags:myphase.

    Aliasdump you can get anytime by calling functionUnit.AliasInfo.Dump().
    Architect - Microsoft Phoenix Project