search for: suummari

Displaying 4 results from an estimated 4 matches for "suummari".

Did you mean: suummary
2003 Apr 22
1
Quick query on output
I am attempting to estimate a very complex glmmPQL model. I have (apparently) gotten working syntax. But, I don't want to wait a long time only to find I have not made the correct syntax to see the output. So, what I've written is: EXCERPT FROM COMMAND FILE: glmmPQL(plfp ~ -1 + bmrd4 + bmsd4 + wmrd4 + wmsd4 + bfrd4 + bfsd4 + wfrd4 + wfsd4 + y4yrsed + y4age + y4age2,
2018 Dec 04
4
RFC: Supported Optimizations attribute
On Mon, Dec 3, 2018 at 11:49 PM John McCall <jmccall at apple.com> wrote: > Piotr's proposal unfortunately doesn't give us a good name for the class > of optimizations that require being listed in supported_optimizations. > In earlier discussions I called them "brittle", but I can understand why > nobody wants to call their optimization that, so let's call
2018 Dec 04
2
[cfe-dev] RFC: Supported Optimizations attribute
On Tue, Dec 4, 2018 at 2:24 PM John McCall via cfe-dev < cfe-dev at lists.llvm.org> wrote: > On 4 Dec 2018, at 13:16, Sanjoy Das wrote: > > On Mon, Dec 3, 2018 at 11:49 PM John McCall jmccall at apple.com wrote: > > Piotr's proposal unfortunately doesn't give us a good name for the class > of optimizations that require being listed in supported_optimizations. >
2018 Dec 04
4
RFC: Supported Optimizations attribute
Skimming along, apologies if I'm repeating something which already got said. If I understand this correctly, the basic problem we're trying to solve is to use a local hint (the invariant.group) to make a global assumption about other code which might exist elsewhere outside the function.  The attribute proposed can basically be phrased as describing a universe of functions within