search for: anonying

Displaying 10 results from an estimated 10 matches for "anonying".

2013 Oct 30
3
[LLVMdev] [Propose] Add address-taken bit to GlobalVariable for disambiguation purpose
...ken to an analysis pass > ----------------------------------------------------- > A4: If we implement this way: > o. we have add a statement to most, if not all, passes to > claim it > preserve this addr-taken analysis result, which is bit > anonying. > > o. The address-taken information collected before LTO (aka > pre-IPO), > cannot be fed to LTO, unless we re-analyze them from ground > up. > So is the idea that lib/Analysis/IPA/GlobalsModRef.cpp will set this bit when it runs? > > I...
2012 Jan 04
4
Cannot use kickstart file to install CentOS 6.2 into a blank harddisk
I am trying using a kickstart file to install CentOS 6.2 into a new virtual machine (the MBR sector of the harddisk is all zero), however I found that the installer cannot go through the harddisk partition. It failed after I chose "Use All Space" at harddisk partition option. The error message is: http://anony.ws/i/bMcTJ.png "You have not defined a root partition (/), which is
2013 Oct 30
0
[LLVMdev] [Propose] Add address-taken bit to GlobalVariable for disambiguation purpose
...ken to an analysis pass > ----------------------------------------------------- > A4: If we implement this way: > o. we have add a statement to most, if not all, passes to > claim it > preserve this addr-taken analysis result, which is bit > anonying. > > o. The address-taken information collected before LTO (aka > pre-IPO), > cannot be fed to LTO, unless we re-analyze them from ground > up. So is the idea that lib/Analysis/IPA/GlobalsModRef.cpp will set this bit when it runs? -Hal > &gt...
2013 Oct 30
0
[LLVMdev] [Propose] Add address-taken bit to GlobalVariable for disambiguation purpose
...> ----------------------------------------------------- > > A4: If we implement this way: > > o. we have add a statement to most, if not all, passes to > > claim it > > preserve this addr-taken analysis result, which is bit > > anonying. > > > > o. The address-taken information collected before LTO (aka > > pre-IPO), > > cannot be fed to LTO, unless we re-analyze them from > > ground > > up. > > > So is the idea that lib/Analysis/IPA/Global...
2013 Oct 29
5
[LLVMdev] [Propose] Add address-taken bit to GlobalVariable for disambiguation purpose
...at level). Q4: Can we save the not-addr-taken to an analysis pass ----------------------------------------------------- A4: If we implement this way: o. we have add a statement to most, if not all, passes to claim it preserve this addr-taken analysis result, which is bit anonying. o. The address-taken information collected before LTO (aka pre-IPO), cannot be fed to LTO, unless we re-analyze them from ground up. Q5: How difficult is it to maintain this flag ----------------------------------------------------- A5: It is almost maintenance free, in...
2001 Apr 07
2
ssh/scp lib
Does anyone know of a libssh package or tarball or does it only come in a single package right now. It would be really nice to see this protocol spread to other progs other than ssh/scp itself(i.e kde browser, zope,etc..). Am I alone on this one and have to split it up myself or am I stepping on toes for someone else who has already done this? [Icarus] Factor (aka Daniel Yount) factorf2 at
2001 Apr 25
2
Makefile.in diff against CVS to prevent man/config rebuild every make
Bug: all .out files get rebuilt every make. This is silly, and breaks make install if root cannot write to your build dir. Fix: add dependancy check sop .out files only get rebuilt if the source file changes FixBug: if any source file gets changed, all .out files get rebuilt. This is because man pages and config files both get .out extensions but get created differently. It's
2000 Aug 01
2
[2.1.1p4] utmp patch for SunOS 4.1.x
Follow-on to Charles Levert's <charles at comm.polymtl.ca> work on utmp_write_direct. Fixed: -- At logout, the utmp entry is cleared. Tested on SunOS 4.1.4. The code I added to loginrec.c is restricted to SUNOS4 pending QA testing on other platforms. This patch incorporates the work done by Charles Levert on 7/25/2000 00:43:22. (Do any of us sleep at
2002 Aug 12
0
Problem with canohost.c
Hi, I have a small problem while porting OpenSSH v2.1.1p4 (a little older version )to uClinux. I have tryed to contact some other forums, but without any success. So, the problem is with canohost.c, where I get the following mistake: canohost.c: In function `get_remote_hostname': canohost.c:36: storage size of `hints' isn't known canohost.c:49: structure has no member named
2002 Aug 30
1
LIBCRYPTO?
Hi all, I have a question about OpenSSH configuration. In Makefile there is defined LIBS=$(LIBCRYPTO), but the problem is that the version of OpenSSL that I'm using holds only the version LIBCRYPT. When adding LIBCRYPT to the Makefile I get: sshd.elf2flt: In function `key_regeneration_alarm': /.../ssh/sshd.c:252: undefined reference to `RSA_free' /.../ssh/sshd.c:253: undefined