Displaying 20 results from an estimated 6000 matches similar to: "Coding test and analyzer"
2013 Oct 02
1
[LLVMdev] ScalarEvolution::createNodeForPHI
----- Original Message -----
>
> On Oct 1, 2013, at 6:45 AM, Michele Scandale
> <michele.scandale at gmail.com> wrote:
>
> > Hello to everybody,
> >
> > I'm working on some improvements on trip count computation with
> > ScalarEvolution
> > analysis.
> > Considering the following test
> >
> >
2013 Oct 02
0
[LLVMdev] ScalarEvolution::createNodeForPHI
On Oct 1, 2013, at 6:45 AM, Michele Scandale <michele.scandale at gmail.com> wrote:
> Hello to everybody,
>
> I'm working on some improvements on trip count computation with ScalarEvolution
> analysis.
> Considering the following test
>
> ;----------------------------------------------------------------------------;
> define void @foo(i32 %a, i32 %b, i32 %s) #0
2013 Oct 01
3
[LLVMdev] ScalarEvolution::createNodeForPHI
Hello to everybody,
I'm working on some improvements on trip count computation with ScalarEvolution
analysis.
Considering the following test
;----------------------------------------------------------------------------;
define void @foo(i32 %a, i32 %b, i32 %s) #0 {
entry:
%cmp = icmp sgt i32 %s, 0
%cmp15 = icmp sgt i32 %a, %b
%or.cond = and i1 %cmp, %cmp15
br i1 %or.cond, label
2011 Jun 29
0
XML parsing
Hi,
i want to parse a XML-File.
I made some Tutorial but with my special Format it don't work.
An Example of my format:
<?xml version="1.0" encoding="ISO-8859-1"?>
<mzML xmlns="http://psi.hupo.org/ms/mzml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://psi.hupo.org/ms/mzml
2007 Sep 29
1
security bugs (?)
As a Cygwin rsync package maintainer, the following security fixes have
been brought to my attention:
http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rsync/files/rsync-2.6.9-stats-fix.patch
http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rsync/files/rsync-2.6.9-fname-obo.patch
And while they seem "trusted" enough to me (present in many packages
such as Gentoo, FreeBSD
2007 Aug 16
1
use AnnBuilderSourceUrls with local path insted of ftp adress
Hallo everybody.
I want to build my own GO package using the function GOPkgBuilder of AnnBuilder. It uses AnnBuilderSourceUrls to collect data from different ftp sites. These data are not complete for my organism, so I would like to change the ftp adresses to a local one. The changing itself is working but when I run the script I get the following Error:
Error in
2017 May 05
2
Memory leak in samba-ad-dc on 4.5.x not related to aio?
On somewhat long-running samba AD DC instances (4.5.8-Debian, Stretch),
we're seeming massive RAM utilization even with little/no clients connected:
> USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
> root 9937 0.0 0.7 532004 7364 ? Ss Apr26 0:00 /usr/sbin/samba
> root 9980 0.0 0.4 532004 4304 ? S Apr26 0:00
2017 Apr 07
0
NT_STATUS_NO_LOGON_SERVERS after removing a DC and WERR_BADFILE when trying to remove broken DC
In the end I just upgraded all DCs to 4.5 and remote-deleted the broken
ones. Seemed to work without a hitch, manual removal was only necessary
to remove the IPs from DNS\_msdcs.ourdomain\gc\.
I'll try adding new DCs on a date that's not "Friday two hours before I
disappear for vacation".
On 2017-03-29 16:51, Sven Schwedas via samba wrote:
> Situation: Trying to upgrade
2017 Apr 20
2
NT_STATUS_NO_LOGON_SERVERS after removing a DC and WERR_BADFILE when trying to remove broken DC
On 2017-04-07 13:44, Sven Schwedas via samba wrote:
> In the end I just upgraded all DCs to 4.5 and remote-deleted the broken
> ones. Seemed to work without a hitch, manual removal was only necessary
> to remove the IPs from DNS\_msdcs.ourdomain\gc\.
Apparently not, adding new DCs failed with "WERR_DS_DATABASE_ERROR".
`samba-tool dbcheck --fix` solved that.
With that out of
2009 Sep 26
1
range coding experiments?
Hi
demo pages
http://web.mit.edu/xiphmont/Public/theora/demo.html
http://web.mit.edu/xiphmont/Public/theora/demo2.html
discussed opportunity to add range coding
there is already some xiph code:
http://svn.xiph.org/trunk/ghost/libentcode/
and Timothy B. Terriberry
wrote some time ago
===
I'd estimate that you'd save ~12% by switching from Huffman to something
arithmetic coding-based
2008 Dec 05
6
xtables-addons+iptables-1.4.1+
Hi all,
We are trying to upgrade to iptables 1.4.1+
however the ipp2p module now it is included in the xtables-addons modules.
In the xtables-addons modules the commad line for ipp2p is changed
and the
-m ipp2p --ipp2p
option is not supported anymore ....
instead the maintainer requires that we use -m ipp2p --bit ... -m ipp2p
--kaza for each different P2P protocol.
as a result shorewall does
2003 Aug 11
1
Entropy coding in Vorbis
I have developed a flexible arithmetic coder implementation and I am now
looking to incorporate it into a compression system for some proper
testing. It is my intention to incorporate the coder into the Vorbis
codec to attempt to improve on the current Huffman tree system. It would
be useful if someone could point me at the main c and h files that deal
with the entropy coding as I am currently
2006 Nov 27
4
Any long-time CentOS users on list using Ubuntu as well?
I've gotten roped into helping a local charity with some
computing/infrastructure snafus. It seems their last good Samaritan
installed Ubuntu all over the place and is "unavailable" now to clean up
the mess. CentOS has made me somewhat lazy because everything just
works out of the box for the most part and you've got the occasional
"yum update". :) These are
2006 May 31
3
OT - yum missing from a RHEL4 server???
Hi List;
Sorry for the OT post. However I suspect if anyone outside of RH can help with
this question it would be this list.
I'm starting a new contract with a shop that knows little about Linux and I'm
helping pave the way. I've "inherited" an existing Linux install (RHEL4). I
want to setup some tools but I find that yum is not installed. Is this normal
for a RH box ? I
2015 Mar 04
2
[Xen-devel] kasan_map_early_shadow() on Xen
On 03/03/2015 07:02 PM, Konrad Rzeszutek Wilk wrote:
> On Tue, Mar 03, 2015 at 06:38:20PM +0300, Andrey Ryabinin wrote:
>> On 03/03/2015 05:16 PM, Konrad Rzeszutek Wilk wrote:
>>> On Tue, Mar 03, 2015 at 04:15:06PM +0300, Andrey Ryabinin wrote:
>>>> On 03/03/2015 12:40 PM, Luis R. Rodriguez wrote:
>>>>> Andrey,
>>>>>
>>>>>
2015 Mar 04
2
[Xen-devel] kasan_map_early_shadow() on Xen
On 03/03/2015 07:02 PM, Konrad Rzeszutek Wilk wrote:
> On Tue, Mar 03, 2015 at 06:38:20PM +0300, Andrey Ryabinin wrote:
>> On 03/03/2015 05:16 PM, Konrad Rzeszutek Wilk wrote:
>>> On Tue, Mar 03, 2015 at 04:15:06PM +0300, Andrey Ryabinin wrote:
>>>> On 03/03/2015 12:40 PM, Luis R. Rodriguez wrote:
>>>>> Andrey,
>>>>>
>>>>>
2009 Apr 30
2
Asterisk and 4G
Hello, I've started to do some research into the new 4G wireless
standard, and there's one part of the standard that intrigues me.
Apparently all data is packet based, including the phone calls. Every
phone will have its own IPv6 address. This seems to pave the way for
a call to go directly from a cell phone to a soft PBX like Asterisk.
Is this possible under the 4G spec? If
2006 Apr 28
0
What is i2 ? 911 Candian Style
NENA i2
The NENA i2 architecture was designed to support the interconnection
of Voice over Internet Protocol (VoIP) domains with the existing
Emergency Services Network infrastructure. This overview will
describe the functional elements and call flow of a VoIP 9-1-1 call
over the i2 architecture.
The NENA i2 architecture was also designed to utilize existing 9-1-1
voice and data links to all
2007 Nov 21
1
win32ole event handling
I''m evaluating FXRuby for my application. So far everything is going pretty
well. The news on the book is good, but I wish it were available today!
First off, I''m not much of a Windows programmer (that''s what makes FXRuby so
valuable to me). I''m using win32ole to interface to a custom ocx. Calling
methods of the ocx works fine. Now I need to receive event
2013 Sep 13
3
[LLVMdev] Removing legacy profiling code from LLVM
Chandler Carruth wrote:
>Alright, I'm ready to nuke it. Last chance to say stop.
Stop.
>For context of others, this has come up repeatedly: no one we know of is
>using EdgeProfiling.cpp, PathProfiling.cpp, and the
>lib/Analysis/Profile*Pass.cpp collection of tools.
We've been actively using it since at least 2.8. True, we haven't been
vocal about it.
While I can see