search for: yf65otfhsmanhq

Displaying 2 results from an estimated 2 matches for "yf65otfhsmanhq".

2017 Jun 13
2
RFC: Dynamic dominators
...gt; > > > This summer I'm working on improving dominators during my internship at > > Google. Below is an RFC on switching to dynamic dominators, which you can > > also read as a Google Doc > > <https://docs.google.com/document/d/1wPYeWykeO51YDPLYQEg4KNTlDIGId > yF65OTfhSMaNHQ/edit?usp=sharing> > > if you prefer so. Please let us know what you think. > > > > ~Kuba > > > > ======================================================================= > > > > *1. Context* > > > > Currently LLVM uses the Simple Lengauer-Tarj...
2017 Jun 13
9
RFC: Dynamic dominators
Hi folks, This summer I'm working on improving dominators during my internship at Google. Below is an RFC on switching to dynamic dominators, which you can also read as a Google Doc <https://docs.google.com/document/d/1wPYeWykeO51YDPLYQEg4KNTlDIGIdyF65OTfhSMaNHQ/edit?usp=sharing> if you prefer so. Please let us know what you think. ~Kuba ======================================================================= *1. Context* Currently LLVM uses the Simple Lengauer-Tarjan algorithm to build the (post)dominator tree. The only way to update it is by manual...