Displaying 4 results from an estimated 4 matches for "45058".
Did you mean:
450,8
2003 Jan 02
2
ext3 instability in RH8.0?
We've been noticing some problems with ext3 and, in our
case, postfix, that appear to come to light under heavy
disk i/o loading. A previous thread found here
(http://www.redhat.com/mailing-lists/ext3-users/msg04189.html)
documents an identical set of symptons (and similar setup),
but with RH 7.2
The specifics are this:
1. Stock install of RH8.0 with postfix.
2. Linux mx 2.4.18-14 #1
2007 Dec 15
4
[LLVMdev] fix warning with newer g++ compilers
...ut the ; on a new
line to visually separate the ; from the for statement, so that the
follow like doesn't look like it goes with the for.
Thoughts?
Index: lib/AsmParser/LLLexer.cpp
===================================================================
--- lib/AsmParser/LLLexer.cpp (revision 45058)
+++ lib/AsmParser/LLLexer.cpp (working copy)
@@ -284,7 +284,7 @@
// Handle GlobalVarID: @[0-9]+
if (isdigit(CurPtr[0])) {
- for (++CurPtr; isdigit(CurPtr[0]); ++CurPtr);
+ for (++CurPtr; isdigit(CurPtr[0]); ++CurPtr) ;
uint64_t Val = atoull(TokStart+1, CurPtr);
if ((uns...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...01 5220
globalrefs.ll 2 7312 0 0.01 7300 0 0.01 7300
globals.ll 0 4538 0 0.01 4505 0 0.01 4505
global_type.ll 1 1090 0 0.01 1074 0 0.01 1074
gmain.ll 1 31824 0 0.01 31791 0 0.01 31791
good.ll 5 53954 0 0.01 53923 0 0.02 53923
goverlapf.ll 1 48177 0 0.01 48144 0 0.01 48144
goverlap.ll 1 45091 0 0.01 45058 0 0.01 45058
goverlapx.ll 1 51380 0 0.01 51347 0 0.01 51347
gpass2.ll 1 70148 0 0.01 70115 0 0.02 70115
gpkplotting.ll 0 456 0 0.00 425 0 0.01 425
gp_unix.ll 4 8419 0 0.01 8395 0 0.01 8395
gram.ll 0 1317 0 0.01 1291 0 0.01 1291
grammar.g.ll 51 977676 1 0.07 974702 * * *
gramschmidt.ll 12 38451 0 0....