[Ad-dev] [openAD] #200: introduce scope per CFG node

OpenAD trac at mcs.anl.gov
Thu Feb 4 16:17:16 CST 2010


#200: introduce scope per CFG node
-------------------------+--------------------------------------------------
 Reporter:  utke         |       Owner:  snarayan
     Type:  enhancement  |      Status:  new     
 Priority:  major        |   Milestone:          
Component:  xaif         |    Keywords:          
-------------------------+--------------------------------------------------

Comment(by utke):

 need scope references in xaif for loop vertices and if conditions. The
 idea being that there would always be the option to turn a
 if (...) {
 }

 into a
 {
 if (...) {
 }
 }


 We don't want scope references for entry and exit nodes so a introduction
 on the ControlFlowGraphVertex element is not good.

-- 
Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/200#comment:2>
OpenAD <http://www.mcs.anl.gov/openad>
Bug tracking for OpenAD components


More information about the Ad-dev mailing list