Displaying 2 results from an estimated 2 matches for "000286".
2003 Apr 07
1
Mbox spool; dovecot rewriting and rewriting and rewriting
Hi,
jaldhar recommended dovecot to me -
http://www.askbjoernhansen.com/archives/2003/04/07/000286.html ...
and so far it seems much nicer than the other imapds. yay.
I use the OS X Mail.app client. I tested it with a test account
with no problems, but trying to use it with my usual mail folders
(~1.3GB; 120MB in the inbox) it's not working at all.
It seems like dovecot keeps copying t...
2002 Sep 17
1
[LLVMdev] Bug in InstructionCombining.cpp
ISSUE: This code:
%bob = type { int }
int %alias() {
%pbob1 = alloca %bob
%pbob2 = getelementptr %bob* %pbob1 ;pbob2 aliases
pbob1
%pbobel = getelementptr %bob* %pbob2, long 0, ubyte 0
%rval = load int* %pbobel
ret int %rval
}
Crashes when run through opt -instcombine. InstCombiner visits
instructions in reverse declaration order, but