search for: amnis

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

Did you mean: amis
2005 Dec 16
1
does xen have problems when compiling using gcc 4
same as above. i compiled xen in ubuntu 5.10 and had amny problem and later found the guide given in ubuntu wiki tell to use this command make CC=gcc-3.4 meaning use gcc 3.4 instead of the gcc 4 that is standard on ubuntu. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2017 Jul 12
2
Question about thinLTO
Hello, My impression on *thinLTO* when I first heard of it, (EuroLLVM2015) was about achieving Cross Module Optimization (CMO) at the IR level. Having parallel front-end compilation & initial optimization first, a thin-link of individual input units, more optimization by calling opt again on the combined IR, and finally the target codegen using llc. A transformation similar to the
2007 Mar 28
2
Multiple IP(or Host) listen in dovecot.conf.
..._fd member to login_group structre. login-process.c: add login_groups_create function for mapping login process to each listen fd. change dup2 source fd in create_login_process. src/lib network.c: change getnameinfo error value. -- Kawabe,Yoshihiro <sowhat at amnis.co.jp> As the stars blink in the night sky, our married hearts are never splitted. Even if we will unclasp each other hands, until we retain that. by H.S. -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-1.0.rc28_multi-listen-1.patch.gz Type: applic...
2017 Jul 12
2
Question about thinLTO
On Wed, Jul 12, 2017 at 10:19 AM, Teresa Johnson <tejohnson at google.com> wrote: > Hi Christu, > > Thanks for the note! > > On Wed, Jul 12, 2017 at 9:56 AM, Christudasan D via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hello, >> >> >> >> My impression on *thinLTO* when I first heard of it, (EuroLLVM2015) was >> about
2017 Jul 13
2
Question about thinLTO
On Thu, Jul 13, 2017 at 2:54 AM, Christudasan D <xander.cd at gmail.com> wrote: > Thank you Teresa. > > Yes, I would like to save the IR (*.bc and/or *.ll) after all > optimizations (especially thinLTO) are done and call *llc* separately. > Is there any specific document available online to see more about this > feature and various command-line switches that a compiler
2005 May 12
0
Patch to address (PR#7853) -- tested briefly, seems to
...hanges to the documentation. We will do that for 2.2.0. Two hints (more for R-devel than just you). 1) Please provide a patch against the current sources, not 2.0.0. (it worked, with a bit of fiddling). 2) Please _attach_ patches, as your mailer wrapped this one. On Thu, 12 May 2005 keithf@amnis.com wrote: > --- dotcode.c 2004-09-05 02:31:57.000000000 -0700 > +++ /usr/local/src/R-2.0.0/src/main/dotcode.c 2005-05-11 > 12:24:11.000000000 -0700 > @@ -190,6 +190,7 @@ > static void *RObjToCPtr(SEXP s, int naok, int dup, int narg, int Fort, > const char *name, R_toCConve...
2008 May 19
1
SSL/TLS support in RSYNC
Hello all, This is my first post on this mailing-list. I know this issue has been talked about amny times, but I can't find any real answer anyway. What are the plans to implement TLS directly into the mainstream rsync? This would be a huge improvement, when using rsync with a daemon and modules-based setup. It's already easy to tunnel rsync into ssh, but this requires 1) ssh-user and
1998 Sep 09
1
WINS problem discovered and fixed!! browsing speedup of 20X for large networks
Ok, after several months of pulling my hair out I finally fixed WINS and browsing at out Univesity. It ended up being an acutal bug, er bad code segment. To explain we have a large number of clients ~1000+ at any one time over 6 subnets. Browsing was spuratic at best. nmbd sucked up %70 of the proccessing power of a sparc 5. Well after serious investigation I traced it down to two lines of
2017 Jul 13
2
Question about thinLTO
On Thu, Jul 13, 2017 at 8:37 AM, Christudasan D <xander.cd at gmail.com> wrote: > > Hi Teresa, > > Yes, we plan to have our code at CG directly. > We use our own linker. That's the pain. We might only get a partial > benefit of thinLTO which occurs at compile time. > There is no compile-time only benefit of ThinLTO. You'll need the linker to interface with the
2007 Jun 07
4
Listen on several (but not all) Interfaces
Hi, I'm using Dovecot 1.0rc15 from Debian stable/etch. I'd like to have Dovecot listen on more than one interface. It shall listen on one IPv4 Interface and on one IPv6 Interface. The comments in the sample configuration file say, that it's not possible to listen on more than one interface at a time. Sadly it's no option to me to listen on all interfaces. So I'd like to ask
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com> --- AUTHORS | 17 ++++++ README | 10 +++ conf/ovirt-agent | 12 ++++ conf/ovirt-db-omatic | 12 ++++ conf/ovirt-host-browser | 12 ++++