search for: 31.70

Displaying 6 results from an estimated 6 matches for "31.70".

Did you mean: 1.70
2004 Jan 08
2
Sweave & xtable
I am just starting to learn Sweave (really neat tool). I am pretty early in the learning curve (I had to think a moment ago whether a # or % was the appropriate comment character). I have successfully incorporated simple graphics and outputs, but am having trouble getting a latex (xtable) table to function properly. Latex is seemingly treating the xtable code as input or verbatim text. That
2020 Aug 05
10
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
Greetings, We present “Machine Function Splitter”, a codegen optimization pass which splits functions into hot and cold parts. This pass leverages the basic block sections feature recently introduced in LLVM from the Propeller project. The pass targets functions with profile coverage, identifies cold blocks and moves them to a separate section. The linker groups all cold blocks across functions
2009 Jul 26
0
Centos 5.3 on HP 2133 Mini-Note
Harris O. Centos 5.3 on HP 2133 Mini-Note http://wiki.centos.org/HowTos/Laptops/HP/HP2133 --- CentOS 5.3 on HP 2133 --- HP 2133 - 120 GB - 1 GB ram - Via C7 1.6 GHZ Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01) VGA compatible controller: VIA Technologies, Inc. CN896/VN896/P4M900 [Chrome 9 HC] (rev 01) 1. Install CentOS 5.3 on to your USB
2020 Aug 10
2
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
>Exceptions >All eh pads are grouped together regardless of their coldness and are part of the original function. There are outstanding issues with splitting eh pads if they reside in separate sections in the binary. This remains as part of future work. Can you elaborate more on the outstanding issues with splitting eh pads? From my dip into the unwind map in gcc_except_table the
2009 Jul 20
2
Installation of CentOS 5.3 on to Hp 2133
Hello. For couple of days ago i was searching google for some howto on installing Centos 5.3 on HP 2133 but i didnt found any. Since i have managed to install it on my HP 2133 i wrote on howto as well. I just need 2 things to be changed / defined better and its installing ndiswrapper (wich i did but im not so sure that i took right .rpms but it works), and second one is Installing 7zip on centos
2020 Aug 05
3
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
On Tue, Aug 4, 2020 at 10:51 PM aditya kumar <hiraditya at gmail.com> wrote: > Glad to hear that there is an interest in a function splitting pass. There > are advantages to splitting functions at different stages as you've already > noted. > Right -- with slightly different objectives. Machine Function Splitting Pass's main focus is on performance improvement. > -