search for: 1wpyewykeo51ydplyqeg4kntldigid

Displaying 2 results from an estimated 2 matches for "1wpyewykeo51ydplyqeg4kntldigid".

2017 Jun 13
2
RFC: Dynamic dominators
...ev > wrote: > > 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/1wPYeWykeO51YDPLYQEg4KNTlDIGId > yF65OTfhSMaNHQ/edit?usp=sharing> > > if you prefer so. Please let us know what you think. > > > > ~Kuba > > > > ======================================================================= > > > > *1. Context* > > > > Currently LLVM uses the...
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 i...