search for: clearcach

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

Did you mean: clearcache
2019 Mar 05
2
RFC: Contained stateful AliasAnalysis
...second. In some pathological cases I'm looking at, not-clearing this cache halves compile times (from 8s to 4s). There are a few other examples such as TBAA's getLeastCommonType and BasicAA's DecomposeGEP. Ideally we'd would have something along the lines of: void keepCaches() void clearCaches(), with the first one called just before building MemorySSA, and the second one called afterwards. Again, I'm looking into how to make this available but also contain the lifespan of these internal caches to only "as long as it takes for this other analysis pass to be built". Sugg...
2019 Mar 05
2
RFC: Contained stateful AliasAnalysis
...I'm looking at, not-clearing > this cache halves compile times (from 8s to 4s). > There are a few other examples such as TBAA's getLeastCommonType and > BasicAA's DecomposeGEP. > > Ideally we'd would have something along the lines of: > void keepCaches() > void clearCaches(), > with the first one called just before building MemorySSA, and the second > one called afterwards. > > Again, I'm looking into how to make this available but also contain the > lifespan of these internal caches to only "as long as it takes for this > other analysis...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...an class="cx"> </span><del>-// avoid directors for pure virtuals -// for some reason, ignoring just this one avoids errors for the rest!? -%feature("nodirector") wxDC::GetCharHeight; - -// Not sure why these are ignored -%ignore wxDC::CacheEnabled; -%ignore wxDC::ClearCache; -%ignore wxDC::EnableCache; </del><ins>+// raises ''void value is not ignored as it should be'' compile error </ins><span class="cx"> %ignore wxDC::StartPage; </span><span class="cx"> </span><span class="cx&quo...