Displaying 11 results from an estimated 11 matches for "duces".
Did you mean:
dices
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:
dump to be written to stdout....
2008 Dec 11
1
dtrace (1M) manpage/ docs seem incorrect re 32/64 bit
The dtrace(1M) manpage seems to be incorrect, it states:
-32 | -64
The D compiler produces programs using the native data
model of the operating system kernel. You can use the
isainfo -b command to determine the current operating
system data model. If the -32 option is specified,
dtrace forces the D compiler to compile a D program...
1999 Nov 10
2
R.bug.report (PR#315)
...boxplot.default
names: group labels which <<while>> [[will]] be printed under each
boxplot.
3.
?par
adj: The value of `adj' determines the way in which
text strings are justified. A value of `0' pro-
duces <<right>> left-justified text, ...
4.
?abline
(end of 1st paragraph of Description):
.... through the origin, otherwise, the first 2 val-
ues are taken to be the <<slope and intercept>> [[intercept and
slope]]. (since the first parameter is inte...
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
Hi all,
With the help of Tomas, I was able to track the issue down: Prior to R v3.6.0 the parallel package passes an uninitialized variable as the file descriptor argument to the close system call.
In my particular R session this uninitialized variable (reproducibly) was holding the value 7, which corresponded to the file descriptor of the write end of the pipe the second child would use to
2019 Dec 04
0
error in parallel:::sendMaster
Hi all,
With the help of Tomas, I was able to track the issue down: Prior to R v3.6.0 the parallel package passes an uninitialized variable as the file descriptor argument to the close system call.
In my particular R session this uninitialized variable (reproducibly) was holding the value 7, which corresponded to the file descriptor of the write end of the pipe the second child would use to
2019 Nov 28
1
error in parallel:::sendMaster
Hi Andreas,
thank you very much, good job finding it was EBADF. Now the question is
why the pipe has been closed prematurely; it could be accidentally by R
(a race condition in the cleanup code in fork.c) or possibly by some
other code running in the same process (maybe the R program itself or
some other code it runs). Maybe we can take this off the list and come
back when we know the cause
2003 Dec 01
0
No subject
...te, Samba takes a look at the list and, if no entry is found,
looks at the disk directory. If a list entry was found, Samba should
verify that that directory still exists.
In idle times the list can be written to a spool directory.
I know that this is no "clean" solution, because it introduces another
locical layer between Samba and the filesystem (e.g. system attributes
are lost, if the folder is renamed, garbage has to be cleaned then) -
but it would be nice to have it for windows special folders working on
network shares.
Mit freundlichen Gr|_en,
Matthias Stolte
Return-Path: <ke...