Displaying 1 result from an estimated 1 matches for "dsnode_8h".
2002 Nov 06
0
[LLVMdev] DSGraph implementation status update
...n practice, I haven't seen any of the cases actually happen where the
other algorithm would work better, so I think the trade-offs are worth it.
For the details of the new DSNode representation, I'll refer you to the
source for now, it has lots of comments:
http://llvm.cs.uiuc.edu/doxygen/DSNode_8h-source.html
http://llvm.cs.uiuc.edu/doxygen/classDSNode.html
... eventually the paper will be the reference.
So now that the DSNode representation is basically frozen (haven't I said
this before?), there is still stuff to do:
1. A new "Globals" graph will be added, which will optim...