search for: tipto

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

Did you mean: tito
2016 Nov 08
2
RFC: Killing undef and spreading poison
...%q0, but there are uses of %q1) =/=> %t = ... %q0 = mul i32 %t, %Q %q1 = shl i32 %q1, %P I'm especially worried about this last re-association example since SCEV does things like this internally when canonicalizing expressions, and I'm not convinced that we can change it to tiptoe around these problematic cases. -- Sanjoy
2016 Nov 09
4
RFC: Killing undef and spreading poison
...t; %q0 = mul i32 %t, %Q >> %q1 = shl i32 %q1, %P >> >> >> I'm especially worried about this last re-association example since >> SCEV does things like this internally when canonicalizing expressions, >> and I'm not convinced that we can change it to tiptoe around these >> problematic cases. > > Well, we could say non-nsw add and mul are actually "bitwise" operations, so "mul i32 poison, 2" is guaranteed to have its bottom bit zero (but "mul nsw i32 poison, 2" is poison). Of course, there's a limit to h...
2006 Jul 19
1
Xen-unstable kernel panics on boot
...know about echoing things to proc to stop reboot / change the amount of time before reboot, but since I''m not getting far enough to have a proc filesystem, this doesn''t help me. Thanks, -- Wayne Pascoe (gpg --keyserver www.co.uk.pgp.net --recv-keys 79A7C870) I refuse to tiptoe quietly through life only to arrive safely at death! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Sep 21
3
FreeBSD startup script, can''t set pidfile
Hi, I''ve installed puppet gem on freebsd 6.1 and wrote a simple startup script for puppetmasterd. It starts fine, but doesn''t create the pidfile, so I can''t stop it. Here is my script: #!/bin/sh utility_enable=${utility_enable-"NO"} utility_flags=${utility_flags-""} utility_pidfile=${utility_pidfile-"/var/run/puppetmasterd.pid"} .
2007 Jan 23
5
Setting a variable to true or false, if a certain file exists...
Hi, I need to set a variable to true or false if a certain file exists. I need to use it in a case statement like: case $is_installed { false: { exec... file... service... } true: { package... } } Is it possible...? I searched for the syntax, but I can''t find an appropriate example... -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620
2008 May 18
6
connection timeout / memory usage / locks / recompiling
Hi I have created a module for djbdns [1], which will generate the data file (dns entries) from defines in puppet classes. This is all fine and working. :) However I autogenerated after a few tests the classes for the domains from the current source of our domains. Which are about 50 classes each calling around 3 defines, which will be concatenated_file calls (from davids common module), which
2016 Nov 04
3
RFC: Killing undef and spreading poison
On Wed, Oct 19, 2016 at 4:52 AM Nuno Lopes <nuno.lopes at ist.utl.pt> wrote: > > I'm still digesting the proposal in its entirety, but one point I want > to call out here: > > > >> On Tue, Oct 18, 2016 at 1:39 PM Friedman, Eli via llvm-dev wrote: > >> Instcombine currently transforms "memcpy(dst, src, 4)" to "load i32 src; > >>
2007 Apr 11
69
ZFS and Linux
Hello, I believe that ZFS and it''s concepts is truly revolutionary to the point that I no longer see any OS as modern if it does not have comparable storage functionality. Therefore I think that file system/disk manager with similar qualities should be written for Linux. Does Sun have plans to dual license ZFS as GPL so it can be ported to native Linux? If not, is it legal to write
2007 Jul 12
29
Up to date packages for puppet
I was wondering if there would be any benefit to the general community if I made available a debian and ubuntu repository of up to date puppet packages. I have the infrastructure in place anyway for my work (pbuilder + falcon), and can quite easily run up a vhost on a VM somewhere. Debian Etch (4.0) for example has puppet 0.20.1, and will never get a newer version. Ubuntu Feisty has a newer