search for: findobject

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

2016 Jun 20
2
Intended behavior of CGSCC pass manager.
...::vCall which is already simplified. However, in real applications, what I see is the following pattern (for instances LLVM's Pass ) Caller() { Base *B = Factory::create(...); Stash (B); // store the object in some container to be retrieved later ... } SomeTask() { Base *B = findObject(...); B->vCall(); // do the work } Driver() { Caller(); // create objects ... SomeTask(); } Set aside the fact that it is usually much harder to do de-viritualization in this case, assuming the virtual call in SomeTask can be devritualized. What we need is that the virtual fu...
2016 Jun 17
3
Intended behavior of CGSCC pass manager.
On Fri, Jun 17, 2016 at 12:27 AM, Sean Silva <chisophugis at gmail.com> wrote: > > > On Fri, Jun 17, 2016 at 12:10 AM, Xinliang David Li <davidxl at google.com> > wrote: > >> >> >> On Thu, Jun 16, 2016 at 11:51 PM, Sean Silva <chisophugis at gmail.com> >> wrote: >> >>> >>> >>> On Thu, Jun 16, 2016 at 11:07
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
...object initialization code to properly handle Add name to object info struct. Add compObjectTypeName function. Add nameObject function to object interface. Move file watch interface to core object. Remove setDisplayOptionForPlugin and setScreenOptionForPlugin Add findObject function to object interface. Add parent to object struct. Use 'base' as default name for base object instead of 'object'. Fix typo. Allow key and button options in objects that are descendants Allow key and button options in objects that are descendant...