search for: aaw

Displaying 10 results from an estimated 10 matches for "aaw".

Did you mean: aa
2018 Feb 24
1
Parsing a bit code file
...ng::incorporateTypes(this=0x00007ffeefbff530, > M=0x0000000101401e80) at AsmWriter.cpp:491 > frame #12: 0x00000001001a964f dump`(anonymous > namespace)::AssemblyWriter::AssemblyWriter(this=0x00007ffeefbff510, > o=0x00007ffeefbff3f8, Mac=0x00007ffeefbff438, M=0x0000000101401e80, > AAW=0x0000000000000000, IsForDebug=true, ShouldPreserveUseListOrder=false) > at AsmWriter.cpp:2210 > frame #13: 0x000000010019ce22 dump`(anonymous > namespace)::AssemblyWriter::AssemblyWriter(this=0x00007ffeefbff510, > o=0x00007ffeefbff3f8, Mac=0x00007ffeefbff438, M=0x0000000101401e80,...
2015 Aug 05
2
[BUG] Incorrect ASCII escape characters on Mac
On Wed, 2015-08-05 at 10:02 -0400, Ramkumar Ramachandra wrote: > > - at 5 = internal global [10 x i8] c"\22\D0\12\F4!\00\15\F9\EC\E1" > - at 6 = internal global [10 x i8] c"\D0\19\FB+\FD\F8#\03\E2\11" > + at 5 = internal global [10 x i8] c"\22Ð\12ô!\00\15ùìá" > + at 6 = internal global [10 x i8] c"Ð\19û+ýø#\03â\11" > > The diff
2014 Aug 29
5
[LLVMdev] HELP! PLEASE!
I need help. I can't get it to work. I'm crying here, really, I'm balling my eyes out. Is there any way for a beginner to get support with using LLVM? All my queries are just ignored or disregarded on this mailing list. Why isn't there an llvm mailing list for novices? This is the only thing that can get my programming language, to be operation in a reasonable amount of time,
2006 Apr 20
0
[Bug 1183] sshd fails to update utmp
...fails to update utmp Product: Portable OpenSSH Version: 4.3p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy: aaw at rincewind.tv Periodically, my sshd stops updating utmp with login information. Restarting sshd doesn't resolve the problem, but rebooting my computer does. The last couple times this has happened, I've looked at the message log and seen lines like: Apr 20 00:14:00 wild1 sshd[16387]:...
2007 May 18
2
[Bug 1183] sshd fails to update utmp
http://bugzilla.mindrot.org/show_bug.cgi?id=1183 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> 2007-05-18 17:53:29 --- This
2011 Sep 16
0
The Wisdom of the Crowd and Wine Critic Ratings
...Association of Wine Economists. I must admit, when I first saw the announcement of their existence, I assumed it was just some economists having a good time and looking for an excuse to drink some more wine.http://chloehandbagsspring2011.com But then the papers started to be published, and now the AAWE has made it clear that they're quite serious in trying to apply the dark arts of statistics and economics to the world of wine -- a world that can increasingly be quantified and examined thanks to rafts of data available online.http://chloehandbagsspring2011.com The associations publications...
2008 Mar 04
0
[LLVMdev] Deleting Instructions after Intrinsic Creation
...---------- Error: (gdb) bt #0 llvm::AssemblyWriter::printInstruction (this=0xbfa1a75c, I=@0x877b488) at AsmWriter.cpp:1378 #1 0x085b2ece in llvm::AssemblyWriter::write (this=0xbfa1a75c, I=0x877b488) at AsmWriter.cpp:741 #2 0x085adb0f in llvm::Instruction::print (this=0x877b488, o=@0x8794f48, AAW=0x0) at AsmWriter.cpp:1482 #3 0x085b5bf2 in llvm::Instruction::print (this=0x877b488, OS=@0x8794f48) at /work/aditya/llvm-2.2/include/llvm/Instruction.h:172 #4 0x08357c13 in llvm::operator<< (OS=@0x8794f48, V=@0x877b488) at /work/aditya/llvm-2.2/include/llvm/Value.h:221 #5 0x0863ceb5 in...
2013 Feb 28
4
Disallow Deletion from Trash Folder
Hello: I've been tasked with trying to find a way to keep users from ever "permanently" deleting emails. The users are running Thunderbird and are using the "Archive" option for when emails are deleted. However, they are still able to delete emails from the Archive folders... I'm wondering if there's any way that I can configure Dovecot to make sure that
2008 Mar 04
1
[LLVMdev] Deleting Instructions after Intrinsic Creation
...------------- Error: (gdb) bt #0 llvm::AssemblyWriter::printInstruction (this=0xbfa1a75c, I=@0x877b488) at AsmWriter.cpp:1378 #1 0x085b2ece in llvm::AssemblyWriter::write (this=0xbfa1a75c, I=0x877b488) at AsmWriter.cpp:741 #2 0x085adb0f in llvm::Instruction::print (this=0x877b488, o=@0x8794f48, AAW=0x0) at AsmWriter.cpp:1482 #3 0x085b5bf2 in llvm::Instruction::print (this=0x877b488, OS=@0x8794f48) at /work/aditya/llvm-2.2/include/llvm/Instruction.h:172 #4 0x08357c13 in llvm::operator<< (OS=@0x8794f48, V=@0x877b488) at /work/aditya/llvm-2.2/include/llvm/Value.h:221 #5 0x0863ceb5 in (a...
2013 Jul 14
3
[LLVMdev] Analysis of polly-detect overhead in oggenc
On 07/14/2013 08:05 AM, Star Tan wrote: > I have found that the extremely expensive compile-time overhead comes from the string buffer operation for "INVALID" MACRO in the polly-detect pass. > Attached is a hack patch file that simply remove the string buffer operation. This patch file can significantly reduce compile-time overhead when compiling big source code. For example, for