search for: braunsdorf

Displaying 9 results from an estimated 9 matches for "braunsdorf".

2017 Mar 12
2
flow-sensitive alias analysis
On Sun, Mar 12, 2017 at 2:55 PM, Oliver Braunsdorf via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > Perhaps by "value" you mean points-to set? > > Thats right! I meant the points-to set. Sorry I didn't mention that. > I want to track back the value of the parameter to its definition -- an > "assignme...
2017 Mar 11
3
flow-sensitive alias analysis
...argument of a call instruction in the cfg: Where does the > value of the argument come from at the call site? > > GVN may tell you the values. I'm not sure why you would need flow > sensitive alias analysis for this. > > -Kevin > > On Fri, Mar 10, 2017 at 8:40 AM, Oliver Braunsdorf via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi, >> >> I am looking for some flow-sensitive (context-insensitive) alias >> analysis algorithm implemented in LLVM. (I use LLVM 3.9, hope to switch >> to 4.0 soon.) >> As far as I know, none o...
2017 Mar 10
2
flow-sensitive alias analysis
Hi, I am looking for some flow-sensitive (context-insensitive) alias analysis algorithm implemented in LLVM. (I use LLVM 3.9, hope to switch to 4.0 soon.) As far as I know, none of the built-in analysis (basicAA, globals-modref, andersAA, etc.) is intended to be flow-sensitive. So I searched and came across these two 1. https://github.com/unsw-corg/SVF by Yulei Sui (for LLVM 3.8) 2.
2003 Oct 22
2
The rsync daemon as a gateway service?
...me thing, but redirect to the rsync::site/module if we find it. I think this allows rsync servers to cluster in a way ftp can't. I also think it would be easy to implement. We would have to check (in the client) for infinite redirection loops. -- Thanks for your time, ksb@sac.fedex.com (KS Braunsdorf)
2011 Apr 01
3
[Bug 8053] New: Older C compilers don't allow in-line declarations flist.c:1653
...flist.c:1653 Product: rsync Version: 3.0.8 Platform: All OS/Version: FreeBSD Status: NEW Severity: minor Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: kevin.braunsdorf at gmail.com QAContact: rsync-qa at samba.org The build for rsync fails on FreeBSD with older gcc versions due to a syntax error. This A pure C compiler doesn't allow C++ style in-line declarations, we need a curly brace to scope the declaration of name_len here: --- flist.c M...
2013 Jul 12
2
Rsync and RAID storage specifications
Hello, I am going to use Rsync over millions of files, with --link-dest option. So huge read activity at the beginning of each backup, and huge hard links creation activity. Of course I will use a RAID array on receiver side, dedicated to Rsync. Do you have any recommandation over RAID type, number of disks and chunk size to use ? Thank you very much ! Ben
2011 Oct 05
2
Estimating backup usage with dir-merge filter
I use --filter='dir-merge .backup-filter" to allow my users to designate portions of their home directories that should be excluded from my rsync-based backup system. I'm looking for a way to periodically generate a report that shows the amount of backup space being used by each user. I've tinkered with writing my own script that processes any filter files into --exclude
2012 Jul 26
4
Time rsYnc Machine (tym)
http://dragoman.org/tym Regards Tomas
2010 Nov 11
1
rsync stops at system call select()
hi, all: I need to back up about 50 files, the size of which won't exceed 5m, every 10~15 minutes to four remote machines. The back up command is written in a shell script file and was executed by the scheduling program with system() function. The scheduling program is implemented with c++. The command as follow: *rsync -az /home/admin/service/* admin at