search for: duced

Displaying 11 results from an estimated 11 matches for "duced".

Did you mean: diced
2009 Jan 01
0
[LLVMdev] Re ducing LLVM's memory usage
Hi Vitaly C. wrote: > > Is there are simple way of cleaning the used memory without destroying > everything (unloading the ExecutionEngine, freeing the module, calling > llvm_shutdown) ? Ideally I would like something which brings everything to > the state just after I created the JIT engine for the first time. > I've tried to run the Fibonacci example with Valgrind
2008 Dec 26
3
[LLVMdev] Re ducing LLVM's memory usage
Hi, I am working on a binary translator and use LLVM for this. In the process, I generate millions of constants (immediate values in the source binary code). The problem is that these constants seem to be not cleaned when I delete the LLVM code (using Function::deleteBody() ) and as a result the memory usage keeps growing. I browsed the forum and found that constants "live forever" by
2010 Aug 26
1
Roff typo in sievec.1.in
There is a roff typo in pigeonhole's sievec.1.in. Roff treats the leading apostrophe on line 54 as an invalid command and produces bad output: dump to be written to stdout. The out-file argument may also be omitted, which has the same effect as for a com- piled Sieve binary file. Note that this option is not The output should be:
2008 Dec 11
1
dtrace (1M) manpage/ docs seem incorrect re 32/64 bit
...ta model affects the sizes of integer types and other language properties. D pro- grams compiled for either data model can be executed on both 32-bit and 64-bit kernels. The -32 and -64 options also determine the ELF file format (ELF32 or ELF64) pro- duced by the -G option. If I read this correctly then trying doing "dtrace -G -o foo ..." will default to being 32-bit on a 32-bit system and 64-bit on a 64-bit system. That does not seem to be the case however - it always seems to do a 32-bit build if -64 is not specified. Further, on system...
1999 Nov 10
2
R.bug.report (PR#315)
Again I would like to express my deepest appreciation to all those working so selflessly on the development of R for us all to use it freely (and it is such a joy to use!) Rashid Nassar == Possible bug: 1. boxplot() This is an old behavior that I had reported before, but as it is still there, it may not ba a bug (although it looks like one to me). "qfcut" is numeric, "st"
2005 Oct 23
1
Script for metropolitan
The script is corect ? #!/bin/bash /sbin/iptables -F -t mangle /sbin/iptables -X /sbin/iptables -t mangle -N mark_horiz_src /sbin/iptables -t mangle -N mark_horiz_dst /sbin/iptables -t mangle -A PREROUTING -i eth0 -j mark_horiz_src /sbin/iptables -t mangle -A PREROUTING -i eth1 -j mark_horiz_dst /sbin/iptables -t mangle -A OUTPUT -o eth0 -j mark_horiz_dst /usr/local/bin/mipclasses -s
1998 Dec 08
1
Can't connect to shares w/2.0beta3 on OSF1
I was running 1.9.18p10 on a test DEC Unix 4.0d box here and I decided to give 2.0beta3 a try. For some reason, I cannot connect to any of the server's shares or even get a list of it's services (via Start->Run->\\server) from Win95 clients. It asks for a password and no matter what I put in there I get "The password is not correct. Try again." I configured Beta3 a la:
2019 Dec 04
0
error in parallel:::sendMaster
...;>>>> >>>>> One important correction of my first message: I misinterpreted the ou= >> tput. Actually in that R session 2 input files were processed one after t= >> he other in a loop. The first (with 88 parts went fine). The second (with= >> 85 parts) produced the sendMaster errors and failed. If (in a new sessio= >> n via Rscript) I only process the second input file it will work. The oth= >> er observations on R vs Rscript, NFS share etc. still hold. >>>>> >>>>> Sorry for this! Regards, >>>>> And...
2019 Dec 04
0
error in parallel:::sendMaster
...;>>>> >>>>> One important correction of my first message: I misinterpreted the ou= >> tput. Actually in that R session 2 input files were processed one after t= >> he other in a loop. The first (with 88 parts went fine). The second (with= >> 85 parts) produced the sendMaster errors and failed. If (in a new sessio= >> n via Rscript) I only process the second input file it will work. The oth= >> er observations on R vs Rscript, NFS share etc. still hold. >>>>> >>>>> Sorry for this! Regards, >>>>> And...
2019 Nov 28
1
error in parallel:::sendMaster
...dreas Kersting wrote: >>> Hi again, >>> >>> One important correction of my first message: I misinterpreted the output. Actually in that R session 2 input files were processed one after the other in a loop. The first (with 88 parts went fine). The second (with 85 parts) produced the sendMaster errors and failed. If (in a new session via Rscript) I only process the second input file it will work. The other observations on R vs Rscript, NFS share etc. still hold. >>> >>> Sorry for this! Regards, >>> Andreas >>> >>> 2019-11-27 12:1...
2003 Dec 01
0
No subject
...Compaq alpha with Tru64 5.1a running Samba 2.2.1a. The corruption only occurs from Windows 98. Windows 2000 does not appear to be affected (I did not test NT, 95, or ME). The problem is also present in Samba 2.2.0 - 3.0-pre (HEAD). Samba 2.0.10 works correctly. The problem can be reliably reproduced from four different Windows 98 computers, including a fresh 98/Office 2000 install with all of the patches from Microsoft's update site. The problem persisted using three different versions of Compaq's cc compiler, and gcc. Disabling optimization and forcing addresses into the lower 31 bi...