search for: mainpul

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

Did you mean: mainpid
2004 Sep 14
3
Howto enlarge fonts size in R- Graphics?
...output errors) everything seems to be fine, thanks to developers for this fine program! But there is a slight problem with the size of fonts in graphics, i.e. its very hard form me to read labels of variables in plots or other graphical representations! (yes, I am little short sighted) How may I mainpulate/enlarge the fonts size in graphics from within GNU R ? Thanks for your time Thomas System: GNU/Linux (Debian Sid) GNU R: 1.91
2009 Feb 18
2
[LLVMdev] LLVM 2.4 Dominance Frontier Problem
I just finished upgrading our LLVM to 2.4 and I immediately ran into a problem with dominance frontier calculation: llvm/lib/VMCore/PassManager.cpp:714: void llvm::PMDataManager::verifyDomInfo(llvm::Pass&, llvm::Function&): Assertion `0 && "Invalid dominator info"' failed. Strangely enough, the Pass running when the assert triggers is Dominance Frontier
2009 Feb 18
0
[LLVMdev] LLVM 2.4 Dominance Frontier Problem
...ed. > > Strangely enough, the Pass running when the assert triggers is > Dominance > Frontier Construction. > > This is somewhat puzzling. Any idea where to start looking? The PassManager must have printed dominator diffs. before this assertion. Go and fix the last pass that mainpulated dominator info or file a PR with reproducible test case for mainline. IIRC, dom info verifier is not enabled by default. - Devang
2009 Feb 18
1
[LLVMdev] LLVM 2.4 Dominance Frontier Problem
...rs is > > Dominance > > Frontier Construction. > > > > This is somewhat puzzling. Any idea where to start looking? > > The PassManager must have printed dominator diffs. before this > assertion. Yes, it did. There are no diffs. > Go and fix the last pass that mainpulated dominator info or > file a PR with reproducible test case for mainline. IIRC, dom info > verifier is not enabled by default. No, it's not and it looks like that was the problem. This looks like it's another misuse of C++. When I turn on --enable-expensive-checks, things blow...