Microsoft Developer Network > Página Inicial dos Fóruns > Phoenix > dumptags and aliasdump in c2Phase
Fazer uma PerguntaFazer uma Pergunta
 

Perguntadumptags and aliasdump in c2Phase

  • segunda-feira, 1 de junho de 2009 8:01if if Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    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

Todas as Respostas

  • quarta-feira, 3 de junho de 2009 16:45Andy Ayers - MSFTModeradorMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    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