search for: rele

Displaying 15 results from an estimated 15 matches for "rele".

Did you mean: rel
2020 Apr 29
0
[PATCH 1/1] drm/qxl: add mutex_lock/mutex_unlock to ensure the order in which resources are rele
Hi, > > The only way I see for this to happen is that the guest is preempted > > between qxl_push_{cursor,command}_ring_release() and > > qxl_release_fence_buffer_objects() calls. The host can complete the qxl > > command then, signal the guest, and the IRQ handler calls > > qxl_release_free_list() before qxl_release_fence_buffer_objects() runs. > > We think the same: qxl_release was freed by ga...
2020 Apr 20
2
How to optimize a large project in llvm pass?
...=safe-stack -c -emit-llvm -fpic -Wall -Wextra -O2 -I ../include -o obj/helpers.o helpers.c $ clang -fsanitize=safe-stack -c -emit-llvm -fpic -Wall -Wextra -O2 -I ../include -o obj/init.o init.c $ ar rcs obj/libmypass-rt.a obj/helpers.o obj/init.o ." When mypass optimizes the target program, it reles on libmypass-rt.a library. So I need to link libmypass-rt.a to the target program, then optimize after link. So, I need LTO. I use following commands: $ export CC=clang $ export CXX=clang++ $ export RANLIB=llvm-ranlib $ export LIBS="path/to/.../libmypass-rt.a" $ export CFLAGS=" -fs...
2007 Jun 23
1
putting binary files in a package
...progname=paste("phillips-cpc-",.Platform$OS.type,".exe",sep="") this installs fine on my system, and I believe I have successfully cross-built the package in the past. However, when I uploaded to win-builder.r-project.org, I got Warning: Impossible to run e:\temp\R-RELE~1\lib\cpcbp\exec2\PHILLI~2.EXE Warning: cannot open file 'e:/temp/R-release/cpcbp.Rcheck\cpcout7f5579da', reason 'No such file or directory' I tried putting it in inst/exec2 instead (and changing the directory above), but that doesn't seem to work either. On my system (see...
2006 Nov 02
11
ZFS and memory usage.
ZFS works really stable on FreeBSD, but I''m biggest problem is how to control ZFS memory usage. I''ve no idea how to leash that beast. FreeBSD has a backpresure mechanism. I can register my function so it will be called when there are memory problems, which I do. I using it for ARC layer. Even with this in place under heavy load the kernel panics, because memory with KM_SLEEP
2011 Oct 11
2
[LLVMdev] interprocedural static backwards slicing
...on my mac dev machine. Unfortunately, it failed to build [1]. Looks like the compiler can't find the header files under /usr/include/c++. I also tried to build on my linux box and saw the same problem. giri built successfully. Are you sure poolalloc builds on 2.7? 'cause I saw [2]. And the release_26 branch of llvm and poolalloc indeed produced a working poolalloc module on my box, though giri failed to build with llvm 2.6. By the way, llvm-gcc v.2.7 was on the PATH while the build break was happening. So this time I did a little experiment by removing llvm-gcc 2.7 from the PATH, and I s...
2011 Oct 10
0
[LLVMdev] interprocedural static backwards slicing
...oject: No rush on this and please take your time. Thanks. Okay, I've created a new LLVM sub-project called Giri(*). It currently contains only the static backwards slicing pass. I'll add the dynamic slicing code to the project later. The static slicing code works with LLVM 2.7 and the release_27 branch of the poolalloc project (the poolalloc project contains our DSA points-to analysis pass which the static slicing code uses to get the program's callgraph). You can get the code using the following SVN command: cd llvm/projects svn co https://llvm.org/svn/llvm-project/poolallo...
2011 Oct 09
2
[LLVMdev] interprocedural static backwards slicing
Thanks John. I appreciate your help and I look forward to obtaining the code. A proper LLVM sub-project: No rush on this and please take your time. Thanks. - Jin -----Original Message----- From: Criswell, John T [mailto:criswell at illinois.edu] Sent: Saturday, October 08, 2011 11:58 AM To: Jinwook Shin; llvmdev at cs.uiuc.edu Subject: RE: interprocedural static backwards slicing Dear Jin,
2020 Apr 22
3
how to add my own passes to LTO pass
Hi, I have a module pass and I hope to use it to optimize a real-world program. I need LTOļ¼Œand I have got LTO plugin. But How can I add my passes to LTO Pass. I can't find solution. What should I do? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200422/76d2b046/attachment.html>
2009 Nov 08
1
Failure of user registration with XLITE
...BYE, 01e0 52 45 46 45 52 2c 20 4e 4f 54 49 46 59 2c 20 4d REFER, N OTIFY, M 01f0 45 53 53 41 47 45 2c 20 53 55 42 53 43 52 49 42 ESSAGE, SUBSCRIB 0200 45 2c 20 49 4e 46 4f 0d 0a 55 73 65 72 2d 41 67 E, INFO. .User-Ag 0210 65 6e 74 3a 20 58 2d 4c 69 74 65 20 72 65 6c 65 ent: X-L ite rele 0220 61 73 65 20 31 31 30 33 6b 20 73 74 61 6d 70 20 ase 1103 k stamp 0230 35 33 36 32 31 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 53621..C ontent-L 0240 65 6e 67 74 68 3a 20 30 0d 0a 0d 0a ength: 0 ....* *0000 00 17 c4 59 b6 56 00 0a e6 23 92 6b 08 00 45 00 ...Y.V.. .#.k..E. 00...
2010 Apr 22
0
[LLVMdev] problem when building coreutil
...uclibc/lib, the error remains the same. One thing I should mention is, some error happened during the "make check": llvm[0]: Running test suite make[1]: Entering directory `/home/zhangwen/llvm/klee/test' ( ulimit -t 600 ; ulimit -d 512000 ; \ PATH="/home/zhangwen/llvm/klee/Release/bin:/home/zhangwen/llvm/llvm-2.6/Rele ase/bin:/home/zhangwen/llvm/llvm-2.6/test/Scripts:/home/zhangwen/gcc/gcc-4.2 .1-install/bin:/home/zhangwen/llvm/llvm-gcc4.2-2.6.source-install/bin:/home/ zhangwen/llvm/llvm-2.6/Release/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/us r/bin:/home/zhangwen/bin&qu...
2011 Oct 11
0
[LLVMdev] interprocedural static backwards slicing
...the lib directory, that should suffice. > Looks like the compiler > can't find the header files under /usr/include/c++. I also tried to build > on my linux box and saw the same problem. giri built successfully. Are you > sure poolalloc builds on 2.7? 'cause I saw [2]. And the release_26 branch > of llvm and poolalloc indeed produced a working poolalloc module on my > box, though giri failed to build with llvm 2.6. Yes, I'm sure it works with LLVM 2.7. The README had just not been updated (I've fixed that now). > > By the way, llvm-gcc v.2.7 was on the...
2012 Nov 16
5
Missing Dependency: libselinux-ruby is needed by package puppet-3.0.1-1.el5.noarch (puppetlabs-products)
Hello Everybody, I am trying to install puppet on Red Hat Enterprise Linux Server release 5.8 Beta (Tikanga) I have installed the following rpms sudo rpm -ivh http://yum.puppetlabs.com/el/5/products/i386/puppetlabs-release-5-6.noarch.rpm I am getting the following error when I am trying to install puppet server sudo yum install puppet-server puppet-3.0.1-1.el5.noarch from puppetla...
2003 Dec 01
0
No subject
...nr 280 s.e. nr 290 s.e. nr 500 s.e. nr 220 s.e. nr 180 s.e. Jhop Rsmhq Hr`kh J`pha{ J`bj`g nr 300 s.e. nr 435 s.e. nr 550 s.e. nr 1200 s.e. nr 150 s.e. Hqo`mh L`k|r` Cpevh A`kh Pnqqh nr 350 s.e. nr 390 s.e. nr 350 s.e. nr 1400 s.e. nr 120 s.e. Derh dn 6 (12) ker - aeqok`rmn. MNBNQR\! Hqo`mh on qhqrele "Tk`i A`i" (Fly-buy) Jksam{i nrd{u, qeleim{e `o`pr`lemr{ b asmc`kn 5* 2 medekh - 200 s.e.\1 wek. (ahker{ h bhg` nok`whb`~rq dnonk|mhrek|mn) Opncp`ll` "ANMSQ" Qnv. o`jer, qhqrel` qjhdnj dk jnponp`rhbm{u jkhemrnb. V.I.P. naqksfhb`mhe dk psjnbndhrekei Qdek`ire oepep{b b p`...
2003 Dec 01
0
No subject
...ceived: from brmoe1.bromont.ibm.com (brmoesy2.bromont.ibm.com [9.54.4.227]) by westrelay02.boulder.ibm.com (8.11.1m3/NCO v4.97) with ESMTP id f71K7K279454 for <samba@lists.samba.org>; Wed, 1 Aug 2001 14:07:20 -0600 Subject: Samba and locks To: samba@lists.samba.org X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 Message-ID: <OF129F71EF.5EF526B6-ON85256A9B.0069A936@bromont.ibm.com> Date: Wed, 1 Aug 2001 16:02:11 -0400 X-MIMETrack: Serialize by Router on brmoe1/Bromont(Release 5.0.6a |January 22, 2001) at 08/01/2001 04:07:33 PM MIME-Version: 1.0 Content-type: text/plain;...
2003 Dec 01
0
No subject
...6 -0700 (PDT) Received: from usfosmta01.pe-c.com (usfosmta01.pe-c.com [167.116.108.7]) by fw.pebio.com (8.9.1/8.9.1) with ESMTP id NAA21401 for <samba@samba.org>; Thu, 6 Sep 2001 13:14:15 -0700 (PDT) Received: from mars.sjo.pe-c.com ([167.116.93.27]) by usfosmta01.pe-c.com (Lotus Domino Release 5.0.6a) with ESMTP id 2001090613140349:400313 ; Thu, 6 Sep 2001 13:14:03 -0700 Received: from JGW.sjo.pe-c.com (JGW.sjo.pe-c.com [167.116.93.181]) by mars.sjo.pe-c.com (8.9.3/8.8.5) with ESMTP id NAA02075 for <samba@samba.org>; Thu, 6 Sep 2001 13:14:11 -0700 From: Jim Watt <wattj...