search for: toplog

Displaying 5 results from an estimated 5 matches for "toplog".

Did you mean: poplog
2010 Jan 25
2
[LLVMdev] Find all backedges of CFG by MachineDominatorTree. please look at my jpg.
...one. When domintree->dominates(next,current) is true, there is a backedge from current node to next node. move this backedge form CFG. But I find A LOOP in some CFG, there is backedge from current to next, dominates function reture "FALSE". So my algorithm find Graph can not be toplogical sort. 3. how do I find all backedges of CFG??? Thanks renkun ___________________________________________________________ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: dominatorTree.jpg Type: im...
2010 Jan 25
0
[LLVMdev] Find all backedges of CFG by MachineDominatorTree. please look at my jpg.
...domintree->dominates(next,current) is true, there is a backedge from current node to next node. move this backedge form CFG. > > But I find A LOOP in some CFG, there is backedge from current to next, dominates function reture "FALSE". So my algorithm find Graph can not be > toplogical sort. > > 3. how do I find all backedges of CFG??? For non-reducible graphs (as is the case for your example), it is no longer true that the target of a back-edge dominates the source. If you want back-edges, just do a depth-first search of the CFG, the back-edges are the edges going to...
2010 Jan 25
0
[LLVMdev] About MachineDominatorTree Pass.
...one. When domintree->dominates(next,current) is true, there is a backedge from current node to next node. move this backedge form CFG. But I find A LOOP in some CFG, there is backedge from current to next, dominates function reture "FALSE". So my algorithm find Graph can not be toplogical sort. Is there a bug in MachineDominatorTree?? or MachineDominatorTree can not find all backedges??? Thanks renkun ___________________________________________________________ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/
2005 Oct 27
1
A hierarchy of DFS trees...
I just made a DFS link that pointed to another DFS share on a different server... It seems to confuse the Win'XP client a bit, but it can be made to work. That means.... I can build a tree structure w/ DFS. I can arrange all my servers and shares into a hierarchy. It may not be practical, but in theory, This could be used as a hierarchical substitute for the network neighborhood. I could
2005 May 26
0
conntrack related dropped packets or HTB issues on 2.6.11?
...to clamp the smtp traffic to 128kb on a 512kb sync line, some sizeable bulk emails sent from the marketing department (120 x 2MB) from an M$ exchange server (with default No. of simultaneous smtp connections of 1000), resulted in persistant delivery failures/time-outs and growth in queues. The toplogy consitis of postfix on the firewall relaying valid virus cleaned mail to an internal exchange (don''t be tempted to blame me here!), exchange sends directly to the net. Most small messages were sent as expected, but the larger ones timed out and remained in the queue. I noted that des...