search for: defferreddomin

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

2018 Mar 21
2
[GSOC 2018] Implement a single updater class for Dominators
...issues quite > well! > >> I have done some early sketch on the API of the new updater class. >> From my current understanding, to solve the fragmentation problem of >> the API, the new class first, need to maintain the DomTree and >> PostDomTree class and deprecate the DefferredDominance class. > > There are a couple of possibilities here. First, we can come up with a new > updater class and gradually replace DefferredDominance and and the basic > incremental update API with it (.applyUpdates()). During this process all > the classes can coexists which should mak...
2018 Mar 14
0
[GSOC 2018] Implement a single updater class for Dominators
...f progress and understand the issues quite well! I have done some early sketch on the API of the new updater class. > From my current understanding, to solve the fragmentation problem of > the API, the new class first, need to maintain the DomTree and > PostDomTree class and deprecate the DefferredDominance class. > There are a couple of possibilities here. First, we can come up with a new updater class and gradually replace DefferredDominance and and the basic incremental update API with it (.applyUpdates()). During this process all the classes can coexists which should make it easier to make...
2018 Mar 22
0
[GSOC 2018] Implement a single updater class for Dominators
...gt; > > >> I have done some early sketch on the API of the new updater class. > >> From my current understanding, to solve the fragmentation problem of > >> the API, the new class first, need to maintain the DomTree and > >> PostDomTree class and deprecate the DefferredDominance class. > > > > There are a couple of possibilities here. First, we can come up with a > new > > updater class and gradually replace DefferredDominance and and the basic > > incremental update API with it (.applyUpdates()). During this process all > > the classes...
2018 Mar 22
1
[GSOC 2018] Implement a single updater class for Dominators
...; >> I have done some early sketch on the API of the new updater class. >> >> From my current understanding, to solve the fragmentation problem of >> >> the API, the new class first, need to maintain the DomTree and >> >> PostDomTree class and deprecate the DefferredDominance class. >> > >> > There are a couple of possibilities here. First, we can come up with a >> > new >> > updater class and gradually replace DefferredDominance and and the basic >> > incremental update API with it (.applyUpdates()). During this process...
2018 Mar 12
2
[GSOC 2018] Implement a single updater class for Dominators
Hi Kuba, Thanks for your advice in your previous letter. During last week, I have read the documents on Doxygen and the source code of the DomTreeBase/DomTree/PostDomTree/DeferredDominance class, I believe now I have a much better understanding on the relationship between these classes and how DeferredDominance class performs lazy updates. I have also learnt the current usage and drawbacks of