Displaying 5 results from an estimated 5 matches for "nonequ".
Did you mean:
onequ
2009 Oct 30
3
Fast optimizer
Hi,
I'm using optim with box constraints to MLE on about 100 data points.
It goes quite slow even on 4GB machine. I'm wondering if R has any
faster implementation? Also, if I'd like to impose
equality/nonequality constraints on parameters, which package I should
use? Any help would be appreciated. Thank you.
rc
2015 Jun 26
3
[LLVMdev] C as used/implemented in practice: analysis of responses
...hould be allowed, modulo now-unusual architectures with
segmented memory or where the pointer representations are different.
Then there's a question, which we would hope applies only in the case
without those casts, about whether -fstrict-aliasing will treat
comparisons with type mismatches as nonequal, e.g.
- "Depends on strict-aliasing flags? I think LLVM TBAA might optimise
this sort of check away?"
- "There are a lot of examples of this, in particular in libc, or
possibly implementations of vtables."
### [7/15] Pointer comparison across different allocations
*...
2015 Jun 30
8
[LLVMdev] C as used/implemented in practice: analysis of responses
...nusual architectures
> with
> segmented memory or where the pointer representations are different.
>
> Then there's a question, which we would hope applies only in the case
> without those casts, about whether -fstrict-aliasing will treat
> comparisons with type mismatches as nonequal, e.g.
>
> - "Depends on strict-aliasing flags? I think LLVM TBAA might optimise
> this sort of check away?"
>
> - "There are a lot of examples of this, in particular in libc, or
> possibly implementations of vtables."
>
>
>
>
> ### [7/15]...
2015 Jul 01
2
[LLVMdev] C as used/implemented in practice: analysis of responses
...segmented memory or where the pointer representations are different.
> >>
> >> Then there's a question, which we would hope applies only in the case
> >> without those casts, about whether -fstrict-aliasing will treat
> >> comparisons with type mismatches as nonequal, e.g.
> >>
> >> - "Depends on strict-aliasing flags? I think LLVM TBAA might optimise
> >> this sort of check away?"
> >>
> >> - "There are a lot of examples of this, in particular in libc, or
> >> possibly implementations of vt...
2015 Jun 27
2
[LLVMdev] C as used/implemented in practice: analysis of responses
...ctures with
>> segmented memory or where the pointer representations are different.
>>
>> Then there's a question, which we would hope applies only in the case
>> without those casts, about whether -fstrict-aliasing will treat
>> comparisons with type mismatches as nonequal, e.g.
>>
>> - "Depends on strict-aliasing flags? I think LLVM TBAA might optimise
>> this sort of check away?"
>>
>> - "There are a lot of examples of this, in particular in libc, or
>> possibly implementations of vtables."
>>
>...