search for: 20110311

Displaying 20 results from an estimated 33 matches for "20110311".

Did you mean: 20100311
2011 Mar 12
1
[LLVMdev] [patch] Change llvm_unreachable to use __builtin_unreachable() in -asserts
...9;ve been violating the spirit of this macro, as communicated by its name, and you should change your code to handle unexpected patterns more responsibly. John. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110311/08ec01f2/attachment.html> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: unreachable.patch.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110311/08ec01f2/attachment.txt> -------------- next part -------------- An HTM...
2011 Mar 12
4
[LLVMdev] [patch] Change llvm_unreachable to use __builtin_unreachable() in -asserts
...;ve been violating the spirit of this macro, as communicated by its name, and you should change your code to handle unexpected patterns more responsibly. John. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110311/48dff4c4/attachment.html> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: unreachable.patch.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110311/48dff4c4/attachment.txt> -------------- next part -------------- An HTM...
2011 Mar 11
2
How do you handle queues with AMI?
...out or share code I'm up for it. I'll make my code available to all interested in doing this in C# (it's pretty painless). Thanks! Louis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110311/b84164ca/attachment.htm>
2011 Mar 11
2
[LLVMdev] make
...reduce link time by excluding unused target backends? I would like to type tools/llc make -target=... , and just build it for one backend. /Jonas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110311/c2179915/attachment.html>
2011 Mar 11
1
[LLVMdev] Accessing an empty machine function before instruction selection?
...nd question, if I want to pass information from before Instruction selection to after instruction selection, is this the preferred way? If not how? Thanks, Micah -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110311/953aeca4/attachment.html>
2011 Mar 11
1
Automatically unpause a paused queue memeber - bad idea?
...]]]) where time will be how long (in seconds) the interface will be paused. before brought back. Maybe it is a bad idea, I dont know, what do you think? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110311/d007cc92/attachment.htm>
2011 Mar 11
1
Anyway to monitor SIP debug from originator and terminator separate of each other on two screens?
...ebug it applies to all SSH opened instances and of course to asterisk log...etc... Anyway you can think of that would give two different outputs? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110311/c1b87ec8/attachment.htm>
2011 Mar 11
1
rsync: on remote machine: --drop-cache: unknown option
...modern rsync? -- will trillich -- http://faq.serensoft.com/ "The truth is that many people set rules to keep from making decisions." -- Mike Krzyzewski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20110311/1dbb09c0/attachment.html>
2011 Mar 11
1
Samba in Pacemaker-Cluster: CTDB fails to get recovery lock
...multipath. pacemaker 1.1.2 corosync 1.2.1 cluster-glue 1.0.5-1.4 ctdb 1.0.114-2.20 ocfs2 1.4.3-1.4 multipath 0.4.8-51.3 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: crm.config URL: <http://lists.samba.org/pipermail/samba/attachments/20110311/024ac44a/attachment.ksh> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: log.ctdb URL: <http://lists.samba.org/pipermail/samba/attachments/20110311/024ac44a/attachment-0001.ksh>
2011 Mar 12
2
two bugs in rsync 3.0.6 - ampersands in filenames, double quoting required
...are a spammer, please email john at subspacefield.org to get blacklisted. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 834 bytes Desc: not available URL: <http://lists.samba.org/pipermail/rsync/attachments/20110311/2411ea89/attachment.pgp>
2011 Mar 11
2
[LLVMdev] Unnamed temporaries
...dison at gmail.com "O ignorante que procura se instruir é como um sábio; o sábio que fala sem discernimento se assemelha a um ignorante." Imam Ali (as) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110311/c97db470/attachment.html>
2012 May 25
2
Query about creating time sequences
..."20110221", "20110222", "20110223", "20110224", "20110225", "20110228", "20110301", "20110303", "20110304", "20110307", "20110308", "20110309", "20110310", "20110311", "20110314", "20110315", "20110316", "20110317", "20110318", "20110321", "20110322", "20110323", "20110324", "20110325", "20110328", "20110329", "20110330&q...
2011 Mar 10
0
[LLVMdev] Detrimental optimization for reducing relocations.
> So, clearly the optimization is making things worse. Would it be okay to delete > this code and eliminate the isBaseAddressKnownZero? I would like to get rid of > it. I think it is OK. I can see ld/gdb expecting a relocation, but if that is the case we should just have a flag saying it is needed. If you are really motivated to check it, run the gdb testsuite with your patch, but on
2011 Mar 11
0
[LLVMdev] Call profiling and function placement in object file
...Thanks in advance, Gratian PS: It's probably clear that I want to implement a function placement optimization like the one described by Pettis & Hansen. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110311/8510c646/attachment.html>
2011 Mar 11
0
[LLVMdev] make
Jonas Paulsson <jnspaulsson at hotmail.com> writes: > is it possible to reduce link time by excluding unused target backends? > > I would like to type > > tools/llc make -target=... , and just build it for one backend. If you build with configure && make, use the configure option --enable-targets. If you build with cmake && make, pass
2011 Mar 11
1
[LLVMdev] Detrimental optimization for reducing relocations.
...s no difference. I attached the patch. Thanks, Jan -------------- next part -------------- A non-text attachment was scrubbed... Name: 0047_sectionbasezerodelete.patch Type: application/octet-stream Size: 2311 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110311/a1a69878/attachment.obj>
2011 Mar 10
1
Rspec single file
...o load test environment once for all 10 files. Can we run single file through the Rspec:Core:Runner or some other class? Can you guys please help me? -Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20110311/5d53683c/attachment.html>
2011 Mar 12
1
Emulating SPARC Solaris 10 with QEMU on Windows 7
Hi, What is the latest word on emulating SPARC Solaris 10 on Windows 7 using QEMU? Stephen (sdunford53 at gmail.com) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/qemu-discuss/attachments/20110311/4fa6142c/attachment.html>
2011 Mar 11
1
IPC Benchmark in Centos
Hi, I'm interested is there any benchmark tests for Centos. How fast is for example Unix domain socket and Message Queue? Regards Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110311/9fa24b60/attachment-0001.html>
2011 Mar 11
3
Web server becoming unresponsive : high load
...r other vulnerability. I am looking for advices in how can I pin point since looking at every line of code would be infeasible. Centos 5.5 / apache / php 5.2.10 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110311/7217d6d8/attachment-0001.html>