dumptags and aliasdump in c2PhaseHi,<br/>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.<br/><br/>Regards,<br/>If If© 2009 Microsoft Corporation. All rights reserved.Wed, 03 Jun 2009 16:45:50 Zf58d40c6-b74b-431a-9732-d6c8fe580471http://social.msdn.microsoft.com/Forums/en-US/phoenix/thread/f58d40c6-b74b-431a-9732-d6c8fe580471#f58d40c6-b74b-431a-9732-d6c8fe580471http://social.msdn.microsoft.com/Forums/en-US/phoenix/thread/f58d40c6-b74b-431a-9732-d6c8fe580471#f58d40c6-b74b-431a-9732-d6c8fe580471if ifhttp://social.msdn.microsoft.com/Profile/en-US/?user=if%20ifdumptags and aliasdump in c2PhaseHi,<br/>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.<br/><br/>Regards,<br/>If IfMon, 01 Jun 2009 08:01:10 Z2009-06-01T08:01:10Zhttp://social.msdn.microsoft.com/Forums/en-US/phoenix/thread/f58d40c6-b74b-431a-9732-d6c8fe580471#ae8d7ad3-89b4-4fcc-a337-f88506b80e84http://social.msdn.microsoft.com/Forums/en-US/phoenix/thread/f58d40c6-b74b-431a-9732-d6c8fe580471#ae8d7ad3-89b4-4fcc-a337-f88506b80e84Andy Ayers - MSFThttp://social.msdn.microsoft.com/Profile/en-US/?user=Andy%20Ayers%20-%20MSFTdumptags and aliasdump in c2PhaseDumptags 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.<br/><br/>Aliasdump you can get anytime by calling functionUnit.AliasInfo.Dump().<hr class="sig">Architect - Microsoft Phoenix ProjectWed, 03 Jun 2009 16:45:50 Z2009-06-03T16:45:50Z