search for: circustations

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

2009 Jan 27
4
[LLVMdev] Copy Instructions?
...ith a bad_alloc exception. We're in the midst of upgrading to 2.4 so I will re-try bugpoint then. The above pseudocode represents the situation adequately. 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). In this particular example another solution would be to reorder the phis but I don't think that will work in the general case. -Dave
2012 Feb 16
1
Samba4 gid-to-sid question
Hi. We used info from a SID created using samba-tool group add to posix-ify it and then add a posix-ifed domain user to it. The AD doco defines two sorts of SID. Ones that change, and ones that don't. Here is a search on our posix-ified group: ldbsearch --url=/usr/local/samba/private/idmap.ldb 'xidnumber=3000012' objectSid: S-1-5-21-980186919-4150830324-975011627-1121 We set the
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, I don't quite follow the issue. This is SSA, so the only way a value can change is if you change the code. I'm not really fol...
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