Displaying 3 results from an estimated 3 matches for "326574".
Did you mean:
32654
2010 Sep 30
2
Sweave and LaTeX beamer class
I am failing to uncover Sweave chunks step by step using the LaTeX beamer
class.
The following minimal example:
\documentclass{beamer}
\usepackage{Sweave}
\begin{document}
\begin{frame}[fragile]
In the year \uncover<2->{25}\uncover<3->{\Sexpr{5*5}}
\uncover<4->{
<<echo=TRUE, print=TRUE>>=
5*5*101
@
}
\end{frame}
\end{document}
leads to an error message when
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))
...pt.ll 36 1039504 0 0.09 1039483 0 0.10 1039483
rdpicdecision.ll 2 29320 0 0.01 29299 0 0.01 29299
rdppm.ll 12 88765 0 0.02 88732 0 0.01 88732
rdrle.ll 0 452 0 0.01 419 0 0.01 419
rdswitch.ll 7 56495 0 0.01 56462 0 0.01 56462
rdtarga.ll 13 92778 0 0.02 92745 0 0.01 92745
readcells.ll 1 326607 0 0.03 326574 0 0.03 326574
read_dmatrix.ll 4 14275 0 0.01 14256 0 0.01 14256
reader.ll 23 204451 0 0.03 204425 0 0.03 204425
readgeo.ll 1 60074 0 0.01 60041 0 0.01 60041
readgraph.ll 1 46378 0 0.01 46345 0 0.01 46345
readlist.ll 1 10110 0 0.01 10085 0 0.01 10085
readnets.ll 1 36282 0 0.01 36249 0 0.01 36249
rea...