similar to: max_pseudo_channels

Displaying 20 results from an estimated 1000 matches similar to: "max_pseudo_channels"

2009 Aug 03
0
[LLVMdev] disabling combining load/stores in optimizer.
On Aug 3, 2009, at 1:20 PM, Alireza.Moshtaghi at microchip.com wrote: >> >>> I feel that such optimizations may not result in any gain for PIC16 >>> >>> as PIC16 does everything on i8. >>> >> >> >> The legalize pass should turn an i64 store into 8 i8 stores >> >> then, which is essentially the same as what an {i32,i32} store
2009 Aug 03
2
[LLVMdev] disabling combining load/stores in optimizer.
On Aug 3, 2009, at 3:09 PM, Dan Gohman wrote: >> >> We are currently doing this, however I think disabling such >> optimizations is a much better solution. > > An LLVM design goal is that backends should be able to outsmart > instcombine when necessary, rather than having instcombine be able > to disable parts of itself in order to avoid foiling the backends. >
2009 Aug 03
0
[LLVMdev] disabling combining load/stores in optimizer.
On Monday 03 August 2009 18:01, Chris Lattner wrote: > On Aug 3, 2009, at 3:09 PM, Dan Gohman wrote: > >> We are currently doing this, however I think disabling such > >> optimizations is a much better solution. > > > > An LLVM design goal is that backends should be able to outsmart > > instcombine when necessary, rather than having instcombine be able >
2009 Aug 04
1
[LLVMdev] disabling combining load/stores in optimizer.
On Mon, Aug 3, 2009 at 4:34 PM, David Greene<dag at cray.com> wrote: > On Monday 03 August 2009 18:01, Chris Lattner wrote: >> On Aug 3, 2009, at 3:09 PM, Dan Gohman wrote: >> >> We are currently doing this, however I think disabling such >> >> optimizations is a much better solution. >> > >> > An LLVM design goal is that backends should be
2006 Mar 29
4
Marketing Materials
The owner of my company just asked me for an Asterisk brochure. Has anyone seen such a creature? I know of some really informative websites, but I think a pdf would be priceless at this point. Thanks, Bob McDowell EMAIL PRIVELEGED & CONFIDENTIAL CLIENT COMMUNICATION    *** PRIVILEGED AND CONFIDENTIAL CLIENT COMMUNICATION *** This e-mail message and all attachments, if any, may
2013 May 21
0
[LLVMdev] Inlining sqrt library function in X86
On 21.05.2013, at 23:03, "Gurd, Preston" <preston.gurd at intel.com> wrote: > Thanks for the fix! > > However, there still seems to be a problem in that if you pass –ffast-math to clang, then clang changes “sqrt” to be “__sqrt_finite”. LLVM cannot then change the function call into an x86 sqrt instruction, even with –fno-math-errno set. > > Can you suggest
2004 Jan 30
1
Trouble plotting with factor
With R 1.8.1 running in Fedora Core 1 Linux, I am having some trouble recoding and ploting some factor variables. First, can I give you some example data? Here is a column of names for age groups: agegroups <- c( "15-19", "20-24", "25-29","30-34", "35-39",
2013 Jun 06
1
Problem with dahdi XPP driver?
Hi list, I had a problem with the dahdi XPP driver. After this error in syslog, the Xorcom disconnect from the server: Jun 3 15:03:29 kernel: [361010.637858] *NOTICE-xpp_usb: xusb-0 (usb-0000:00:1d.7-3) [X1047686]: Sluggish USB. Dropping next PCM frame (p** **ending_writes=5)* Jun 3 15:03:52 kernel: [361033.890575]* ERR-xpp: XBUS-00: Failed to send from command_queue (ret=-19)* Jun 3
2010 Aug 09
0
[LLVMdev] MmapAllocator
On Aug 8, 2010, at 9:20 PM, Reid Kleckner wrote: > I thought I dug into the register allocation code, and found the > VNInfo::Allocator typedef. I assumed that was getting the traffic we > saw in Instruments, but I don't have the data to back that up. Are you using llvm from trunk? VNInfo is a lot smaller now than it was in 2.7. I would guess about a third of the liveness memory
2003 Jun 02
4
quick poppassd question
Hello, I did a quick change to the patched port of poppassd and am wondering if you think my code would introduce any potential problems. The idea is right after we check if the username exists, also check if the UID of that username is over 1000. I wanted to make sure that no one monkeys around with priveleged users once poppassd is running. So, the middle chunk of code is mine, everything
2009 Aug 03
5
[LLVMdev] disabling combining load/stores in optimizer.
> > The optimizer can currently combine stores (i32, i32) to a single > > i64 store operation. Is there a way to disable that? > > Not currently. There are some ideas floating around about > including in TargetData a list of integer types that the > target natively supports, which would allow instcombine > and other passes to make more informed decisions, but > at
2001 Feb 22
1
SSH connection hangs with ipchains/RH6.2/OpenSSH 2.5.1p1 (butnot <= 2.3.0p1)
I figured this out -- looks like 2.5.1p1 is now using ports < 1024 on the client side (wasn't before?). I had a ipchains rule to allow ACK packets to 1024:65535, which was good enough for <= 2.3.0p1 : #allow only ACK tcp packed ipchains -A input -j ACCEPT -i eth0 -s any/0 --dport 1024:65535 -p tcp ! -y So I added the following : #allow return from ssh connections ipchains -A input -j
2002 Nov 12
2
Forcing privileged ports with ssh -R
Hi, I have a daemon process which is changings things in the system only the superuser should be allowed to change. Lets call it "riskyd". Users use a frontend on the same machine (lets call it "risky"). risky is a SUID program which talks to riskyd by binding to a privileged port, then connecting to riskyd on localhost. riskyd cheks that the connection is coming from
2016 Oct 13
2
Openfile Issue
[root at abc asterisk]# lsof -u 50771 | wc -l 0 BTW, I'm using CentOS 6.5 > > Date: Thu, 13 Oct 2016 10:20:19 -0400 >> From: Dovid Bender <dovid at telecurve.com> >> To: Asterisk Users Mailing List - Non-Commercial Discussion >> <asterisk-users at lists.digium.com> >> Subject: Re: [asterisk-users] Openfile Issue >> Message-ID:
2020 Jul 08
8
Redis in place of astdb
Hi, Does anyone know of any projects that would allow you to use Redis in place of AstDB? By in place of I don't mean for what Asterisk needs but to store values. For instance for CNAM currently we need to use an AGI to connect to redis to pull CNAM. So in place of: Set(CALLERID(name)=${DB(CNAM/${CALLERID(num)})} it would be done with redis for example:
2020 Apr 13
1
Multiple real times for same object
On Mon, Apr 13, 2020 at 10:45 AM Joshua C. Colp <jcolp at sangoma.com> wrote: > On Mon, Apr 13, 2020 at 11:38 AM Dovid Bender <dovid at telecurve.com> wrote: > >> Josh, >> >> What should Asterisk do if one of the real time methods fail? I have in >> extconfig.conf >> musiconhold => curl,http://localhost/moh.php,1 >> musiconhold =>
2016 Mar 31
2
Lost outgoing SIP packets
Hi Roel Just guessing: do you have conntrack enabled? If not, "modprobe nf_conntrack_netlink" (you can remove it and its dependencies later) What are the outputs of sysctl net.netfilter.nf_conntrack_count and sysctl net.netfilter.nf_conntrack_max when the problem shows up? cheers Ethy On Thu, 31 Mar 2016 12:17:12 +0000 "Dovid Bender" <dovid at telecurve.com>
2020 Jul 03
2
Exceptionally long queue length queuing
On Mon, Jun 29, 2020 at 6:46 AM Joshua C. Colp <jcolp at sangoma.com> wrote: > On Sun, Jun 28, 2020 at 2:26 PM Dovid Bender <dovid at telecurve.com> wrote: > >> Hi, >> >> We have a box up and we are starting to see a lot of "Exceptionally long >> queue length queuing" in the logs. From all the research so far it seems >> like this leads to
2016 Oct 14
2
Asterisk use with verizon hotspot
Changing your port should fix all your worries. On Fri, Oct 14, 2016 at 11:00 AM, Greg Woods <greg at gregandeva.net> wrote: > > > On Fri, Oct 14, 2016 at 7:55 AM, Jerry Geis <geisj at pagestation.com> wrote: > >> Apparently Verizon is blocking or changing packets on port 5060 so my >> softphone from my hotspot will not work. >> > > Sounds like you
2020 Feb 13
2
Help with FUNC_MATH
John, That is correct. I am trying to figure out why Asterisk is executing the set part of the execif, if it's coming back as false. On Thu, Feb 13, 2020 at 2:10 PM John Kiniston <johnkiniston at gmail.com> wrote: > My Apologies Dovid, I think I misunderstood your request. > > You don't have the time you need to convert in the format of date string, > Instead you