search for: lipn

Displaying 3 results from an estimated 3 matches for "lipn".

Did you mean: lip
2015 Mar 12
2
[LLVMdev] CFG Customization
Hi John, thank you for your answer. Sorry if I was not clear ^^' I try to build a RCG (Resource Control Graph) which is a CFG with a weight. In my case, this weight corresponds to the number of heap allocations. Then I want to add this weight to each node (then basic block) of this graph. I think that a CFG is a GraphTraits<BasicBlock*> then I suppose that this RCG will be a
2006 Mar 27
1
watchdog network card
Hi all I've very big problem with my nfsd server. I'm running FreeBSD-stable and sometime (one time/week) i've this kind of message on the console : bge0 watchdog timeout problems fxp1 watchdog timeout problems and all my network card is down. Nothing can make the network card work again (only reboot working). There are only one service I need on this server and
2015 Mar 12
2
[LLVMdev] CFG Customization
Hi all, I'm discovering LLVM and I want to build a customized CFG with customized nodes (here BasicBlocks). Simply, the purpose is to enrich CFG with some other informations. What is the best way to do that ? Please, tell me if I'm wrong (I'm not familiar enough with c++) but I understand that : - CFG is a GraphTraits<BasicBlock*> - it's not allowed to inherit from