search for: enyo

Displaying 20 results from an estimated 22 matches for "enyo".

Did you mean: ento
2009 Jun 14
3
[LLVMdev] ML types in LLVM
On Sun, Jun 14, 2009 at 10:50 AM, Florian Weimer<fw at deneb.enyo.de> wrote: > Is this really a problem for MLton?  I think you only get less precise > alias analysis, and that's it. Correct. However, I want a fair comparison between LLVM performance and the native x86 codegen. If I don't give LLVM the same information the x86 codegen has, it...
2008 May 15
2
openssh vulnerability
...@rio (sure) - comp@rio (maybe) Are you up to date ? Can Fabrice sent you new ssh public ? Tahnks Best Regards -- Gabriel CORRE gac@4js.com - Four J's Development Tools - www.4js.com -------------- next part -------------- An embedded message was scrubbed... From: Florian Weimer <fw@deneb.enyo.de> Subject: [SECURITY] [DSA 1576-1] New openssh packages fix predictable randomness Date: Wed, 14 May 2008 11:24:56 +0200 Size: 18220 Url: http://lists.samba.org/archive/rsync/attachments/20080515/5f6721eb/SECURITYDSA1576-1Newopensshpackagesfixpredictablerandomness.eml
2009 Jun 16
0
[LLVMdev] ML types in LLVM
On Sunday 14 June 2009 14:09:33 Wesley W. Terpstra wrote: > On Sun, Jun 14, 2009 at 10:50 AM, Florian Weimer<fw at deneb.enyo.de> wrote: > > Is this really a problem for MLton?  I think you only get less precise > > alias analysis, and that's it. > > Correct. However, I want a fair comparison between LLVM performance > and the native x86 codegen. If I don't give LLVM the same information &g...
2017 Dec 09
2
Reducing code size of Position Independent Executables (PIE) by shrinking the size of dynamic relocations section
* Rahul Chaudhry via gnu-gabi: > The encoding used is a simple combination of delta-encoding and a > bitmap of offsets. The section consists of 64-bit entries: higher > 8-bits contain delta since last offset, and lower 56-bits contain a > bitmap for which words to apply the relocation to. This is best > described by showing the code for decoding the section: > > typedef
2012 Oct 26
8
Puppet 3.0 rspec and custom resources
...or type and with 2.7.19 it works fine. After upgrading to 3.0 all of the tests are failing with Puppet::Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type anchor at /home/nrhuff/repos/puppet-os/spec/fixtures/modules/os/manifests/init.pp:2 on node enyo.localhost The debug output is Debug: importing ''/home/nrhuff/repos/puppet-os/spec/fixtures/manifests/site.pp'' in environment production Debug: importing ''/home/nrhuff/repos/puppet-os/spec/fixtures/modules/stdlib/manifests/init.pp'' in environment production D...
2008 Dec 31
2
[LLVMdev] "grep -w" irregularity
* Scott Michel: > On my _local_ x86_64 Ubuntu 7.10 machine, the shift_ops.ll is an > unexpected success (i.e., "grep -w shlh %t1.s | count 9" succeeds.) > > I get the same unexpected success on my x86_64 Mac 10.4.11. > > On the x86_64 buildbot, the same test fails. The culprit is grep, > evidently. It's just that simple. There have been issues the GNU libc
2008 Dec 31
0
[LLVMdev] "grep -w" irregularity
On Wed, Dec 31, 2008 at 3:35 AM, Florian Weimer <fw at deneb.enyo.de> wrote: > * Scott Michel: > >> On my _local_ x86_64 Ubuntu 7.10 machine, the shift_ops.ll is an >> unexpected success (i.e., "grep -w shlh %t1.s | count 9" succeeds.) >> >> I get the same unexpected success on my x86_64 Mac 10.4.11. >> >> On...
2009 Apr 07
0
[LLVMdev] Porting to System z
* Neale Ferguson: > So the SimpleTy variable which is a SimpleTypeValue is behaving strangely. > It's found within a private definition: > > union { > uintptr_t V; > SimpleValueType SimpleTy; > const Type *LLVMTy; > }; > > The comment in the above fix indicates that in this 64-bit system the enum > needs to be 64-bits is correct,
2009 Jun 14
0
[LLVMdev] ML types in LLVM
* Wesley W. Terpstra: >> Logically, what you want is a distinct LLVM type for every ML union type >> and each of its constructors.  Unfortunately, LLVM does structural >> uniquing of types, so that won't work. > > Is there absolutely no way to generate a new type? Not even an > 'opaque' one? Is this really a problem for MLton? I think you only get less
2006 May 22
0
Automatic Pluar to Singluar derivation in Loops
Hallo, Enyoing the Rails framework, I often write loop like this: for j_method in @service.j_methods for parameter in j_method.parameters @output = j_method.name+ " is in "+parameter.name end end So: * @service.j_methods => j_method * j_method.parameters => parameter forall @...
2007 Nov 29
1
SNMP Log entries
Hi, Does anyone know how to prevent snmpd from writing the below into /var/log/messages/ Nov 29 19:35:02 serenity snmpd[2287]: Received SNMP packet(s) from UDP: [127.0.0.1]:34309 Nov 29 19:35:02 serenity snmpd[2287]: Connection from UDP: [127.0.0.1]:34309 Nov 29 19:35:02 serenity last message repeated 7 times Nov 29 19:40:02 serenity snmpd[2287]: Connection from UDP: [127.0.0.1]:34313 Nov 29
2012 Jul 29
0
Bug#683170: Xend causing high CPU load - starting domU failing
...rams : virt_start=0xffff800000000000 xen_changeset : unavailable xen_commandline : placeholder dom0_mem=756M acpi=noirq numa=off loglvl=all guest_loglvl=all cc_compiler : gcc version 4.4.5 (Debian 4.4.5-8) cc_compile_by : fw cc_compile_domain : deneb.enyo.de cc_compile_date : Thu Jun 21 06:41:09 UTC 2012 xend_config_format : 4 Regards, -- Peter Viskup
2018 Jan 07
0
Reducing code size of Position Independent Executables (PIE) by shrinking the size of dynamic relocations section
* Roland McGrath: > Given this corpus of "reloc traces" you can code up many competing encoding > formats and do serious measurements of their space savings across the > entire corpus from simple simulations without having to implement each > encoding in an actual toolchain and dynamic linker to do the analysis. On the other hand, the linker currently assumes that the order
2009 Jun 16
2
[LLVMdev] ML types in LLVM
>On Sunday 14 June 2009 14:09:33 Wesley W. Terpstra wrote: >> On Sun, Jun 14, 2009 at 10:50 AM, Florian Weimer<fw at deneb.enyo.de> wrote: >> > Is this really a problem for MLton? I think you only get less precise >> > alias analysis, and that's it. >> >> Correct. However, I want a fair comparison between LLVM performance >> and the native x86 codegen. If I don't give LLVM the...
2014 Jul 10
1
questions and avice for samba 3.6.6. PDC or samba 4.x PDC with folder redirection for win7 clients.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello everybody, I maintain this Samba 3.6.6 PDC with ldap backend for 45 Windows 7 clients, with 92G of data in there profiles because things like itunes and other programs keep storing data in the roaming profiles causing very long start-up and shut-down times. I would like to switch to folder redirection (GPO) but I have not found any information
2018 Jan 07
1
Reducing code size of Position Independent Executables (PIE) by shrinking the size of dynamic relocations section
The generic-abi thread has gone into broader subjects of the benefits and desireability of the work. I'm willing to take it as given that the encoded size of pure-relative address relocs (i.e. R_*_RELATIVE equivalents)--ultimately the RODATA segment size of a given ET_DYN file--as sole metric is a worthy goal and the ballpark savings ratios we're seeing are worth committing to a new ABI.
2009 Apr 07
6
[LLVMdev] Porting to System z
I searched the archives and found this from last month: I ran into the same problem and fixed it by forcing the MVT::SimpleValueType enum to be 64 bits so that all of the types in the union later in the class are the same size. I tested this on ppc64 and x86_64. Index: include/llvm/CodeGen/ValueTypes.h =================================================================== ---
2009 Jun 14
5
[LLVMdev] ML types in LLVM
On Sat, Jun 13, 2009 at 9:44 PM, John McCall<rjmccall at apple.com> wrote: > On Jun 13, 2009, at 3:54 AM, Wesley W. Terpstra wrote: > Currently I just represent %c as i8*. I assume that this can have > consequences in terms of aliasing. I tried opaque*, but llvm-as didn't > like that. Is there any way to better represent the type %c to LLVM? > > I assume this is for
2017 Dec 11
2
Reducing code size of Position Independent Executables (PIE) by shrinking the size of dynamic relocations section
...rela.dyn section 14388 bytes (0.01MB) using delta+run_length encoding 1992 bytes (0.00MB) using delta+bitmap encoding Rahul On Mon, Dec 11, 2017 at 10:41 AM, Sriraman Tallam <tmsriram at google.com> wrote: > On Sat, Dec 9, 2017 at 3:06 PM, Florian Weimer <fw at deneb.enyo.de> wrote: >> * Rahul Chaudhry via gnu-gabi: >> >>> The encoding used is a simple combination of delta-encoding and a >>> bitmap of offsets. The section consists of 64-bit entries: higher >>> 8-bits contain delta since last offset, and lower 56-bits contain...
2012 Jul 27
6
Failure to boot, Debian squeeze with 4.0.1 hypervisor, timer problems?
...a serial_tx_buffer=64k module /vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=10aafd06-36d7-4181-a343-c542150957e3 ro console=tty0 console=hvc0 Loading Xen 4.0-amd64 ... Loading Linux 2.6.32-5-xen-amd64 ... Loading initial ramdisk ... (XEN) Xen version 4.0.1 (Debian 4.0.1-5.2) (fw@deneb.enyo.de) (gcc version 4.4.5 (Debian 4.4.5-8) ) Thu Jun 21 06:41:09 UTC 2012 (XEN) Bootloader: GRUB 1.99-22.1 (XEN) Command line: placeholder dom0_mem=1024M loglvl=all guest_loglvl=all com1=9600,8n1 console=com1,vga serial_tx_buffer=64k (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16 (X...