search for: waw

Displaying 20 results from an estimated 107 matches for "waw".

Did you mean: was
2013 Dec 27
4
[LLVMdev] Using DependenceAnalysis::depends
...the following example. A[i] = 42; // S1 if( condition ) // C1 { A[i] = 20; // S2 } B[i] = A[i]; // S3 Testing for all pairs would indicate that there exists a WAR between S2 and S3 but it is only correct if C1 evaluates to true. Similarly, there may or may not be a WAW between S1 and S2. Thus to clearly indicate the possible paths I would like to generate something like: C1 (true) : WAW - S2->S1 , RAW - S3->S2 C1 (false) : WAW - S3->S1 So then it seems to me that building the dependence graph is essential. Are there no other Analysis/Transforms which...
2011 Apr 15
0
[LLVMdev] Scheduling - WAW Dependencies
Hello llvm-dev, I'm currently integrating an experimental instruction scheduler into LLVM and have come upon a point of confusion regarding WAW dependencies. I apologize in advance for the unnecessarily convoluted example, but it's one solid case which fails on my scheduler and where I can get LLVM to produce a graph that shows my question clearly. I have a small piece of code like this which I'm compiling for x86-64 with -O3: --...
2004 Aug 30
2
How record conversation to sound file ?
For our helpdesk application, we need record full conversation between any caller and one or two helpdek numbers (while the conversation is running). After conversation is ended (hangup ..), the recorded file (WAW) is putted into database. Using AGI, record and put to database is OK, but only as exclusive task. But I need record WAW file "in background" the standard conversation. Is any vay to do it with Asterisk ? Thanks.
2013 Jul 29
0
[LLVMdev] [Polly] Analysis of the expensive compile-time overhead of Polly Dependence pass
On 07/29/2013 09:15 AM, Sven Verdoolaege wrote: > On Mon, Jul 29, 2013 at 07:37:14AM -0700, Tobias Grosser wrote: >> On 07/29/2013 03:18 AM, Sven Verdoolaege wrote: >>> On Sun, Jul 28, 2013 at 04:42:25PM -0700, Tobias Grosser wrote: >>>> Sven: In terms of making the behaviour of isl easier to understand, >>>> it may make sense to fail/assert in case
2013 Jul 31
1
[LLVMdev] [Polly] Analysis of the expensive compile-time overhead of Polly Dependence pass
...input[o0] : 2o0 = p_0 + 16i0 }; MustWriteAccess := [p_0, p_1, p_2] -> { Stmt_for_body6[i0] -> MemRef_input[o0] : 2o0 = p_1 + 16i0 }; MustWriteAccess := [p_0, p_1, p_2] -> { Stmt_for_body6[i0] -> MemRef_input[o0] : 2o0 = p_2 + ! 16i0 }; } Furthermore, it will produce very complex RAW, WAW and WAR dependence as follows: RAW dependences: [p_0, p_1, p_2] -> { Stmt_for_body6[i0] -> Stmt_for_body6[o0] : (exists (e0 = [(p_1)/2], e1 = [(7p_1 + p_2 + 112i0)/16]: 16o0 = -p_0 + p_1 + 16i0 and 2e0 = p_1 and 16i0 >= -p_1 + p_2 and 16i0 <= 112 + p_0 - p_1 and p_1 >= 16 + p_0 and...
1998 Oct 29
0
Digest.
..., 2 Oct 1998 16:35:47 +0200 Received: (qmail 4511 invoked by uid 501); 2 Oct 1998 14:38:30 -0000 Received: (qmail 4499 invoked from network); 2 Oct 1998 14:38:30 -0000 Received: from mail.redhat.com (199.183.24.239) by mail2.redhat.com with SMTP; 2 Oct 1998 14:38:30 -0000 Received: from fs.czacki.waw.ids.edu.pl (rafael@[195.117.4.90]) by mail.redhat.com (8.8.7/8.8.7) with ESMTP id KAA11755 for <linux-security@redhat.com>; Fri, 2 Oct 1998 10:35:47 -0400 Received: (from rafael@localhost) by fs.czacki.waw.ids.edu.pl (8.8.7/8.8.7) id QAA03220; Fri, 2 Oct 1998 16:35:05 +0200 Message-ID: &l...
2013 Dec 27
3
[LLVMdev] Using DependenceAnalysis::depends
...nformation I require (based on a prior AliasAnalysis pass), however I need to pass the Src and Dst instructions in program order. I was wondering how I can collect all the memory access pairs from the basic blocks within the CFG of the loop body which would allow me to know which pairs are RAW/WAR/WAW. It seems related to the approach outlined here : https://sites.google.com/site/parallelizationforllvm/building-the-dependence-graph Is there any existing implementation I can take a look at? It seems that the only the DependenceAnalysis::depends is only called in the dumpExampleDependence() funct...
2015 Nov 03
2
Confused on how to do a machinefunction pass
...er : public MachineFunctionPass { static char ID; analyzer() : MachineFunctionPass(ID) {} virtual bool runOnMachineFunction(MachineFunction &MF) { errs() << "hello " ; return false; } }; } char analyzer::ID = 0; static RegisterPass<analyzer> X("analyzer", "WAW analyzer"); I make it successfully. But when I load it for my test code I get this error: Pass 'WAW analyzer' is not initialized. Verify if there is a pass dependency cycle. Required Passes: opt: /llvm/llvm-3.7/lib/IR/LegacyPassManager.cpp:635: void llvm::PMTopLevelManager::scheduleP...
2011 Dec 30
3
qemu-kvm
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20111230/f132dad8/attachment-0004.ksh> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20111230/f132dad8/attachment-0006.html>
2013 Jul 26
6
[LLVMdev] [Polly] Analysis of the expensive compile-time overhead of Polly Dependence pass
Hi Sebastian, Recently, I found the "Polly - Calculate dependences" pass would lead to significant compile-time overhead when compiling some loop-intensive source code. Tobias told me you found similar problem as follows: http://llvm.org/bugs/show_bug.cgi?id=14240 My evaluation shows that "Polly - Calculate dependences" pass consumes 96.4% of total compile-time overhead
1998 Feb 05
0
vixie cron 3.0.1 continued
...nd more funny) than I expected. Here''s my proggy which allows hiding files of any kind and size into crontab entries (remember, quota is ignored ;-): -- cron_put -- #!/bin/bash echo "Vixie cron 3.0.1 file storage - put utlility" echo "by Michal Zalewski <lcamtuf@staszic.waw.pl>" echo if [ "$1" = "" ]; then echo usage: $0 file_to_hide echo exit 0 fi if [ ! "`ulimit`" = "unlimited" ]; then echo Warning, filesize limit is set to `ulimit`. echo fi echo Installing fake crontab... echo echo "* * * * * # whoop...
2016 Dec 06
3
[PATCH] virtio-net: Fix DMA-from-the-stack in virtnet_set_mac_address()
...tnet_set_mac_address() can be passed a pointer to the stack and it will OOPS. Copy the address to the heap to prevent the crash. Cc: Michael S. Tsirkin <mst at redhat.com> Cc: Jason Wang <jasowang at redhat.com> Cc: Laura Abbott <labbott at redhat.com> Reported-by: zbyszek at in.waw.pl Signed-off-by: Andy Lutomirski <luto at kernel.org> --- Very lightly tested. drivers/net/virtio_net.c | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 7276d5a95bd0..cbf1c613c67a 100644 ---...
2016 Dec 06
3
[PATCH] virtio-net: Fix DMA-from-the-stack in virtnet_set_mac_address()
...tnet_set_mac_address() can be passed a pointer to the stack and it will OOPS. Copy the address to the heap to prevent the crash. Cc: Michael S. Tsirkin <mst at redhat.com> Cc: Jason Wang <jasowang at redhat.com> Cc: Laura Abbott <labbott at redhat.com> Reported-by: zbyszek at in.waw.pl Signed-off-by: Andy Lutomirski <luto at kernel.org> --- Very lightly tested. drivers/net/virtio_net.c | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 7276d5a95bd0..cbf1c613c67a 100644 ---...
2015 Nov 04
2
Confused on how to do a machinefunction pass
...ID; > analyzer() : MachineFunctionPass(ID) {} > virtual bool runOnMachineFunction(MachineFunction &MF) { > errs() << "hello " ; > return false; > } > }; > } > char analyzer::ID = 0; > static RegisterPass<analyzer> X("analyzer", "WAW analyzer"); > > I make it successfully. But when I load it for my test code I get this > error: > > Pass 'WAW analyzer' is not initialized. > Verify if there is a pass dependency cycle. > Required Passes: > opt: /llvm/llvm-3.7/lib/IR/LegacyPassManager.cpp:635: v...
2000 Jan 07
1
Slackware 4.0: wtmp and pty.c problems
...akes it difficult to see what preXX version I'm actually running. Would adding this to the version output cause problems elesewhere? Thanks for any and all pointers! John __________________________________________________________________ John Seifarth http://www.waw.be/waw/ Words & Wires SPRL john at waw.be Computer Consulting & Language Services Voice: (+) 32-2-660-3943 1160 Brussels, Belgium Fax: (+) 32-2-675-3922
2015 Nov 04
3
Confused on how to do a machinefunction pass
...nctionPass(ID) {} >> virtual bool runOnMachineFunction(MachineFunction &MF) { >> errs() << "hello " ; >> return false; >> } >> }; >> } >> char analyzer::ID = 0; >> static RegisterPass<analyzer> X("analyzer", "WAW analyzer"); >> >> I make it successfully. But when I load it for my test code I get this >> error: >> >> Pass 'WAW analyzer' is not initialized. >> Verify if there is a pass dependency cycle. >> Required Passes: >> opt: /llvm/llvm-3.7/lib...
1998 Mar 14
1
Vunerable shell scripts
...not sufficient and may be extremally harmful!!! You should at least use mktemp to create temporary files, or|and prevent from creating anything in /tmp directly. _______________________________________________________________________ Michal Zalewski [tel 9690] | finger 4 PGP [lcamtuf@boss.staszic.waw.pl] Iterowac jest rzecza ludzka, wykonywac rekursywnie - boska [P. Deustch] =--------------- [ echo "\$0&\$0">_;chmod +x _;./_ ] -----------------=
2003 Sep 18
5
[Bug 679] fatal: buffer_append_space with compression enabled in putty
...Product: Portable OpenSSH Version: 3.7.1p1 Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P3 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: chopin+sshzilla at sgh.waw.pl When compression is enabled in Putty (0.53b), sshd accepts the keys, username, password and then exits, leaving in logs: fatal: buffer_append_space: alloc 10506240 not supported Turning off compression in Putty allows to login normally. It used to work at least with 3.1p1 ------- You are...
2004 May 14
2
Data through T1, nethdlc
Hello all, My set up is a fractionated t1, with 1-6 voice channels, 21-24 data channels. I have a t100P installed in a amd 1500 with 512meg. Question: In order to set up the data channels, is the following correct? 1) compile new kernel with generic hdlc support 2) compile hdlc from hq.pm.waw.pl/hdlc 3) uncomment KFLAGS+=DConfig_ZAPATA_NET in zaptel makefile 4) compile zaptel, 5 compile rest of asterisk 6) add following to zaptel.conf span=1,0,0,esf,b8zs e&m=1-6 nethdlc=21-24 7) sethdlc hdlc0 hdlc_net (I know there is supposed to be a parity and another setting, but bugger if I...
2015 Nov 17
2
Confused on how to do a machinefunction pass
...oing wrong. Is there any difference between writing machinefunction passes in x86 and other targets? Thank you, Fami On Fri, Nov 6, 2015 at 10:56 AM, fateme Hoseini <hoseini.f at gmail.com> wrote: > Hi > So I m trying to write my first backend pass. I created a file in > target\x86\wawanalyzer.cpp based on hexagonHardwareLoops.cpp file. Now it's > just a simple file that prints hello to the output. I have attached the > file to this post. > > Then I did the following: > > 1. add "FunctionPass *createwawAnalyzer();" line to x86.h > 2. add file na...