search for: oleson

Displaying 4 results from an estimated 4 matches for "oleson".

Did you mean: olesen
2011 Oct 15
0
[LLVMdev] Live code elimination problem in code generation
On Oct 14, 2011, at 9:04 PM, Hae-woo Park wrote: > I've met a problem that eliminates a live code in code generation phase. > > The initially generated code is shown as follows (as a pseudo code): > ( Before pseudo-code expansion. ) > > ---------- > loop: > : > : > set P0 <- xxx ( P0: a physical register for a parameter of function F ) > set P1
2007 Apr 02
1
[PATCH] to fix 2 pam issues
Timo, I finally made the time to backport a pam fix I created for proftpd over to dovecot, that allows FreeBSD's pam_group to work as expected. (the bug was escalated to me internally hehe.. ). I also noticed an issue while testing that will be confusing to users. If the docs stay as is, or the other half of this patch is applied, then when the dovecot.conf contains: passdb pam {
2006 Oct 18
1
1.0.rc10 in inetd mode
Hey.. I'm finding that I can force dovecot (setup in inetd mode) into a wedged state by spamming it with carrage returns. As I've not had enough time to familiarize myself with the code.. I thought I'd ping the list before 1.0 is christened. -Phil.
2011 Oct 15
2
[LLVMdev] Live code elimination problem in code generation
Hello. :) I've met a problem that eliminates a live code in code generation phase. The initially generated code is shown as follows (as a pseudo code): ( Before pseudo-code expansion. ) ---------- loop: : : set P0 <- xxx ( P0: a physical register for a parameter of function F ) set P1 <- yyy ( P1: a physical register for a parameter of function F ) SELECT_CC z1, z2, z3, ...