search for: plse

Displaying 10 results from an estimated 10 matches for "plse".

Did you mean: else
2002 Jul 31
0
w2k-no longer trusted (plse help!)
Please help me?! I am at my wits end. Or is it: a twisty maze of little passages : N a little maze of twisty passages : N (etc) but I keep missing my batteries! <and my lantern is going dim...> [sorry for the OLD reference!] Was: Help-w2k pro no longer "trusted" in 2.2.3 pdc ------------------Here is the pre-amble and request?!---------------- Here's my
2017 Jul 13
2
LLVM (Cool/Warm) DOT Printers for Profiling
Hi everyone, I have been working with profiling in LLVM and I was wondering if it would be interesting to upstream the following DOT Printers for Profiling Visualization: https://github.com/rcorcs/llvm-heat-printer All suggestions are welcomed. Thanks, Rodrigo Rocha -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Aug 29
2
vector instruction
Hello, is there a good way to determine that the instruction is a vector instruction? Or the only way like it's size is multiple of the operands size? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170829/bbe6213b/attachment.html>
2004 Jun 12
1
Samba 3.0.4 BDC LDAP Slave Problem
I've configured samba 3.0.4 with LDAP as the backend. I've configured samba to use the ldap directory, which works fine, my problem is when I add two two servers into the smb.conf file it sees the first(master) ldap server, but if I bring that server down it takes forever for it to switch to the slave ldap server. If I place just a single ldap server, master or slave, into the
2017 Sep 18
0
Fwd: Seattle/King County based meetup
...Facebook Inc. > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > -- > Archibald Sam Elliott > ashe2 at cs.washington.edu > PhD Student, PLSE Group > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170918/64c218f5/attachment.html>
2007 Jan 23
2
stress-test realtime voicemail with sipp
We are in the process of implementing realtime voicemail. I was wanting to "stress-test" the system to see if or when it would fall over. Is it possible to use sipp to create say 250 calls, each of which leaves a message in the voicemail ? My dialplan is currently [default] exten => stress,1,Answer() exten => stress,2(vm),Voicemail(7777|su) exten => stress,3,Hangup()
2006 Oct 27
2
asterisk misdn incoming line not working.
Hi list, I have a server running a simple hfs isdn card running with chan_misdn. the problem is, I can't get asterisk to pick up the phone, outgoing calls work fine. when running asterisk with -vvvvvvvvvvvc I get the following "log" when I try to dial the isdn server. P[ 1] * Starting Ast ctx:kpn-in dad:0594643637 oad:0878722291 with 's' extension P[ 1] MGMT: SSTATUS:
2017 Sep 02
3
getelementptr
Ok, thank you. I have also one question about getelementptr. In different versions of clang I see that sometimes array[i][i] is preceded by two getelementptr instructions and sometimes only by one - with an already complex index. 2017-09-01 12:50 GMT+02:00 David Chisnall <David.Chisnall at cl.cam.ac.uk>: > On 1 Sep 2017, at 11:44, Anastasiya Ruzhanskaya via llvm-dev < > llvm-dev
2017 Jul 14
2
Next steps for optimization remarks?
> On Jul 14, 2017, at 10:22 AM, Davide Italiano <davide at freebsd.org> wrote: > > On Fri, Jul 14, 2017 at 10:10 AM, Adam Nemet <anemet at apple.com <mailto:anemet at apple.com>> wrote: >> >> >> On Jul 14, 2017, at 8:21 AM, Davide Italiano via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> On Mon, Jun 19, 2017 at 4:13 PM, Brian
2017 Jun 29
3
Definitive list of optimisations at each optimisation level
On Mon, Jun 26, 2017 at 5:04 AM, ORiordan, Martin <martin.oriordan at intel.com > wrote: > Thanks Sean and Silva. > > > > I guess what I was seeking was a URL that I could point (non-compiler) > people at, but I guess no such reference exists. What I can do if > reference bot the source manager and use ‘-mllvm -debug-pass=Structure’ > for each optimisation level,