search for: _with_

Displaying 20 results from an estimated 37 matches for "_with_".

2005 Jan 07
0
[LLVMdev] Primer with LLVM
...M I can make these. I'm not sure if I understand what you mean. Are you looking for an "LLVM programmer's guide"? If so, we have one of those: http://llvm.cs.uiuc.edu/docs/ProgrammersManual.html There are a lot of documents, both for extending LLVM and building new projects _with_ LLVM here: http://llvm.cs.uiuc.edu/docs/ > Have you a sample to generate code into memory? Take a look at llvm/examples/HowToUseJIT and llvm/examples/Fibonacci in the LLVM distribution, or online via cvsweb. -- Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu
2007 Jun 14
2
Blackfin inline assembler and VisualDSP++ toolchain
...9;s slow, can you be more precise? What performance >do you expect and what do you get? Using gcc, I think David got it down >to ~20 MIPS at 15 kbps, so I assume VisualDSP++ should be able to do >better than that. > >Cheers, > > Jean-Marc > I talked to David. He got 22 MIPS _with_ inline asm. I am getting around 34 MIPS for exactly the same mode (15kbps, complexity=1, vbr=off) without inline asm. Don't know the scores for gcc, so can't tell whether ADI compiler is better. It's surely not better than your assembler. -------------- next part -------------- An HT...
2013 Mar 18
2
[LLVMdev] Help with LLVM 3.2 linking error
...; > No. > >> If not, how do I enable it? > > AFAIK, there is no method for enabling RTTI (other than modifying the > makefiles). Ok, but is it the source of the error? does it comes from the fact that I'm linking llvm libraries without rtti with my code that is compiled _with_ rtti? I cannot disable rtti in my code so it's a problem (at least I think so. I use dynamic_casts, is -fno-rtti only for typeinfo?) It sounds strange to me, the same used to apply before, but I didn't get this error last month with the old setup… Any hint? Thank you, Nicola
2005 Jan 08
2
[LLVMdev] Primer with LLVM
...ke code extracts with common (and basic) problems. Last URL is a document to generate code from scratch until a "Module", and I need generate it from a "Module" thru native code.... > > There are a lot of documents, both for extending LLVM and building new > projects _with_ LLVM here: > > http://llvm.cs.uiuc.edu/docs/ ... and nothing of these cover this topic. (If I am wrong get right me!!) > > > Have you a sample to generate code into memory? > > Take a look at llvm/examples/HowToUseJIT and llvm/examples/Fibonacci in > the LLVM distrib...
2007 Aug 09
9
Is DTrace Vulnerable?
There is a Slashdot discussion today titled "Cambridge Researcher Breaks OpenBSD Systrace". Slashdot anonymous member has a comment "Even Sun''s Dtrace might be vulnerable." I don''t think it is. Comments? Exploiting Concurrency Vulnerabilities in System Call Wrappers http://www.watson.org/~robert/2007woot/2007usenixwoot-exploitingconcurrency.pdf Abstract
2005 Jan 07
2
[LLVMdev] Primer with LLVM
Really JIT isn't my goal. I prefer use a native execution engine; and ok, I don't need save the generated Module so it ever lives in memory, so if LLVM doesn't generate relocatable code it's fine for me. About the reentrant lacks of LLVM, I can convert my own code - which build the Module - into a critical section so I think it is enough; but I need to know if several independent
2003 Oct 09
2
Samba-3.0.0, LPRng-3.8.21 and printer queues - Jerry?
...mand `/usr/server/LPRng-3.8.21/bin/lpq > -Pprinter' gave 0 > > Can anyone help me with this. (CUPS is not a solution for me) Because of your last sentence I thought I should add, that I'm seeing the same problem (print jobs queued in the print subsystem not showing up for samba) _WITH_ cups in samba 3.0.0. ~ Daniel ----------------------------------------------------------------------- This message is the property of Time Inc. or its affiliates. It may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forw...
2023 Feb 22
1
Problem of intercept?
...closer to intention. However, a 0/1 regresson with no intercept implies that the mean for the "0" group is zero, and with two regressors that the mean is zero for the (0,0) group. Looking at the data, this is quite clearly not the case. I suppose you may have intended to fit the models _with_ the intercept and then _ignore_ the intercept for plotting purposes, i.e. lm(y~x11+x12, Dataset)$coef[-1], etc.? (Also, I suspect that you don't actually have y=7 and y=867 in the dataset.) -pd > On 21 Feb 2023, at 22:33 , varin sacha via R-help <r-help at r-project.org> wrote: &gt...
2005 Jan 08
0
[LLVMdev] Primer with LLVM
...ode.... No it's not. Working with LLVM Module's are the same no matter if you do it runtime, compile time, are generating C, LLVM, or native machine code. All of the same principles apply. >> There are a lot of documents, both for extending LLVM and building new >> projects _with_ LLVM here: >> >> http://llvm.cs.uiuc.edu/docs/ > > ... and nothing of these cover this topic. > > (If I am wrong get right me!!) I'm not sure I understand exactly what you want to do, so let me restate your objective to make sure I have it correct. You want to build...
2007 Dec 11
1
1.0.8 with quota 1.0.8 patch - undefined symbol: quota_set
...ssions %patch105 -p1 -b .mkcert-paths %patch106 -p1 -b .quota Since I'm using centos to match RHEL 4 [rpmbuild at test SPECS]$ cat /etc/redhat-release Red Hat Enterprise Linux WS release 4 (Nahant) I also added to my .rpmmacros for the rpmbuild user I have %bcond_with() %{expand:%%{?_with_%{1}:%%global with_%{1} 1}} %bcond_without() %{expand:%%{!?_without_%{1}:%%global without_%{1} 1}} %with() %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}} %without() %{expand:%%{?without_%{1}:0}%%{!?without_%{1}:1}} then rpm -e dovecot su rpmbuild ... rpmbuild -ba postfix.spec rpm -...
2007 May 14
6
Conditional Sums for Index creation
...234 142 229 231 191 175 248 261 202 286 296 315 242 335 316 > Stocks are being added to the portfolio too. So from date=6 (or row=6) we have the 4th stock V4, and from date=11, we have the 5th stock V5. My problem is that I need to calculate the rowSums for row=6 (When a new stock was added), _with_ and _without_ the new stock. So my answer for row=6 would be 234 for the plain row-sum, and 234 - 26 = 208 for the original set of stocks (without V4). Similarly, my answer for row=11 would be 175 for the plain sum, and 175 - 24 = 151 for the original sum (without V5). Basically I'm intereste...
2006 Feb 15
1
S3 generics without NS and cleanEx()
Good morning, we recently observed a problem with importing S3 generics from a foreign package (without namespace), defining a S3 method in a package _with_ namespace and the `cleanEx()' function which is automatically generated and executed before examples are run by R CMD check. To be more precise. Package `strucchange' defines a S3 generic sctest <- function(x, ...) UseMethod("sctest") and the development version of `p...
2013 Mar 18
0
[LLVMdev] Help with LLVM 3.2 linking error
Nicola Gigante <nicola.gigante at gmail.com> writes: > The error I get is the following: > Undefined symbols for architecture x86_64: > "typeinfo for llvm::FoldingSetImpl", referenced from: > typeinfo for llvm::FoldingSet<Type> in Program.o > ld: symbol(s) not found for architecture x86_64 > > Looking at the error the question is: is llvm built
2013 Mar 18
0
[LLVMdev] Help with LLVM 3.2 linking error
...ot, how do I enable it? >> >> AFAIK, there is no method for enabling RTTI (other than modifying the >> makefiles). > > Ok, but is it the source of the error? does it comes from the fact > that I'm linking llvm libraries without rtti with my code that is > compiled _with_ rtti? I think so. > I cannot disable rtti in my code so it's a problem (at least I think so. > I use dynamic_casts, is -fno-rtti only for typeinfo?) dynamic_cast depends on RTTI. > It sounds strange to me, the same used to apply before, but I didn't > get this error last mon...
2003 Jan 11
0
[SOLUTION/Summary] ..all my routing / VPN problems.
...s (last seen in TCP-dump of LOC-interface of FW) FIN-packet: Disappears (last seen in TCP-dump of LOC-interface of FW) SYN-packet: OK URG-packet: OK PSH-packet: OK Test-4: SSH 192.168.221.7 -> 192.168.224.254 Result: OK ----------------------- Test-5 SSH 192.168.221.202 -> 192.168.224.254 _with_ a direct route (route add -net 192.168.224.0 netmask 255.255.255.0 gw 192.168.221.221) Result: OK -----------------------
2015 May 11
2
bind fails to start w/missing records
> Turns out I made a dumb mistake. I did a kinit before ldapcmp, but > omitted the "-k 1" on the latter. When I do it correctly, all three DC's > are exactly the same. Phew. I thought kinit is not required on samba-tool ldapcmp I just tried _with_ kinit, and only saw the same differences on whenChanged. MJ
2004 Sep 12
0
Ices with perl playlist - multiple instances
...e right next track filename from the DB. There > is the pidfile option in the config.xml, so that as I invoke each Ices > instance I can capture the pid (for signalling etc) but how can I pass > this pid or other identifier to the perl script? As far as I know, the Perl script is started _with_ the iceS instance, so you'll have to have one script for each iceS instance. I don't know of any way of passing arguments from iceS to the script at run-time, that could simplify things. One other way is to have the "base" Perl scipt in base.pl or something, then call ices-channe...
2005 Jan 17
1
Rsync Minimalist: --include
Try to use include list: --include-from=includes.txt I can ssh into rh8 machine and can rsync to machine not using includes file. When I use the include file --include-from=includes.txt + /aBackup/ - /* What I get is: receiving file list ... done wrote 50 bytes read 283 bytes 60. total size is 3021 speedup is 9.07 There are 4,396,416 bytes in the folder... Help...
2013 Mar 18
2
[LLVMdev] Help with LLVM 3.2 linking error
Hello I'm trying to link my project with llvm 3.2 libraries. I haven't touched the project for some months. Previously I used to link to an svn build of llvm 3.1 and everything worked fine. I've compiled llvm with ./configure --enable-libcpp --enable-cxx11 Currently I'm only using StringRef, SmallVector and FoldingSet, so I only link libLLVMSupport and libLLVMCore. Are they
2007 Jan 25
1
X-UID gaps cause Dovecot/IMAP to hang
...ple mailbox (in mbox format) which repeatably exhibits this behavior. The mbox contains only three messages with the following X-UIDs in order: 774, 785, 787. If I remove the X-UID headers from each message, Dovecot handles the mailbox without any problems. UW-IMAP is able to handle the sample mbox _with_ X-UID headers. A full backtrace is also included. When Dovecot hangs, it appears to continually lock and unlock the mailbox. I'm using dotlocking so a mailbox.lock file appears and disappears constantly. I have to kill the process to log back in. I'm not familiar enough with Dovecot to of...