search for: recursiv

Displaying 3 results from an estimated 3 matches for "recursiv".

Did you mean: recursive
2010 Oct 28
2
[LLVMdev] global optimizer precision
...ondition is valid only for very few global variables. Here is a code snippet containing the test before the transformation: file: llvm\lib\Transforms\IPO\GlobalOpt.cpp // If this is a first class global and has only one accessing function // and this function is main (which we know is not recursive we can make // this global a local variable) we replace the global with a local alloca // in this function. // // NOTE: It doesn't make sense to promote non single-value types since we // are just replacing static memory to stack memory. // // If the global is in di...
2004 Jul 16
1
(PR#7100) and #7102: list.files fails with all.files = TRUE
rpeng@jhsph.edu wrote: > I get different behavior on Linux: > > system("mkdir newdir") > dir("newdir", all.files = TRUE, recursive = TRUE) ## R hangs The point is that all.files=TRUE implies returning also "." and ".."! Hence the recursion uses to be infinite (from "." to "." to "." ......). If recursiv = TRUE, the function should never look into "." and "..&...
2004 Jan 21
1
Moving from one server to another with rsync?
...e from RH 7.3's 1.x to Apache 2.x.. 3: Installed sendmail on the new server with all users and settings from RH 7.3 4: Installed mySQL with the same settings as on my RH 7.3 system 5: Found some information and ran the command: rsync --verbose --progress --stats --checksum --rsh=/usr/bin/ssh --recursiv e --times --perms --links /www/kunder/web/* MYHOST:www (This worked, however everything was copied into /root/www/* and not into /www which i thought i had set up. Furthermore the ownership, chmod and groupsettings for files was not copied. The /www/ is the home directory for my clients. I guess i...