search for: circustances

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

Did you mean: circumstances
2009 Jan 27
4
[LLVMdev] Copy Instructions?
There is no register-to-register copy instructions in LLVM. I've found a bug in mem2reg (LLVM 2.3 but it doesn't appear to be fixed in trunk either) and a copy instruction seems to be the easiest way to fix it. Consider this code coming into the RenamePass phase of mem2reg. "*" in the phi means we haven't added that incoming value yet. // x.0 = ... //
2012 Feb 16
1
Samba4 gid-to-sid question
...dNumber from wbinfo. He becomes visible to Linux via nss-ldapd, whilst retaing his Domain User status on the windows side:-) My question is, to which category of SID does S-1-5-21-980186919-4150830324-975011627-1121 belong? Can we assume that this is fixed for the life of the domain? Under what circustances could s4 change it, and if id did, would we be given warning? Thanks, Steve
2009 Jan 28
0
[LLVMdev] Copy Instructions?
On Tue, Jan 27, 2009 at 2:54 PM, David Greene <dag at cray.com> wrote: > How do I go about creating the copy t = x? I don't want to use an add with a > zero constant because it may not be optimized in all circustations (floating > point, for example). You can use a no-op bitcast for scalars, but there isn't any reliable way to do it for all first-class values. That said,
2004 Jan 30
7
Calls dropping off
Hi, I've got a fairly working Asterisk setup, with a few minor glitches, one of which is very very irritating. Sometimes, during a call, the remote end just drops off. We're using software SIP phones (SJPhone) connecting to * then out through analogue lines with X100P cards. There is nothing in the logs and nothing on the console, the call just seems to 'go away'! Can anyone