Shoikan had wat ruimte nodig op z'n FTP server, dus heeft mn debs verwijderd 
Ik ben op dit moment weer bezig nieuwe te maken, ditmaal met GCC-3.1 en CPP-3.1, en natuurlijk iets wat niet kan ontbreken: de nieuwe functies van GCC-3.1 gebruiken:
Ik ben op dit moment weer bezig nieuwe te maken, ditmaal met GCC-3.1 en CPP-3.1, en natuurlijk iets wat niet kan ontbreken: de nieuwe functies van GCC-3.1 gebruiken:
code:
1
2
3
4
5
6
7
8
9
10
11
| General Optimizer Improvements
Jan Hubicka, SuSE Labs, together with Richard Henderson, Red Hat, and
Andreas Jaeger, SuSE Labs, has contributed infrastructure for profile driven optimizations.
Options -fprofile-arcs and
-fbranch-probabilities can now be used to improve speed of
the generated code by profiling the actual program behaviour on typical
runs. In the absence of profile info the compiler attempts to guess the
profile statically. |