Sun to Offer Support for OpenOffice.org
An anonymous reader writes "NewsForge.com [ed. note: Newsforge and Slashdot are both part of OSDN] is reporting that Sun announced today they will offer both free and for-pay support for OpenOffice.org. The story says the cost will be about the same as that it is charging for StarOffice, the proprietary cousin of OO.org."
I get all my tech issues resolved by the friendly folk over there.
compiled with -o4 -funroll-loops and Open Office 1.1.1 installed with Ximian enchancements
I'm hoping that was a typo, because I'm 90% sure that there is no -O4 option to GCC. -O(1|2|3|s) is valid, but -O4 doesn't do jack. (which might be why you aren't getting the performance you should.)
Another option would be to put your proccessor in make.conf (Can't remember where it is off th top of my head, but scan through make.conf and you'll find it). It will then use processor specific optimizations to speed up programs. This will effectivly make any binaries processor specific (ie p3 binaries can only run on a p3), but it should speed things up even more.
Gentoo 1.4 with kernel 2.6.0-test12
exclusiveley for games thanks to the Optimized gaming kernel and WineX
Sorry dude, but that just makes me thing you're a troll. Those two are mutually exclusive. You can't be running 2.6.0-test* while at the exact same time running the gaming sources. can't happen unless you are running bochs or something, in which case it's no wonder you're getting horrible performance.
My suggestion would be to install the binary port for openoffice (ie emerge openoffice-bin). Sometimes the larger programs seem to choke on certain processor optimizations. For example, I had problems when I compiled my own firebird, so I installed the binary version, and it fixed everything.
Either do that, or try recompiling it with the -Os option. Since it will be optimized for size, it won't take as long to load the binary into memory, and you'll (hopefully) see some performance gains. This seems to be the common consensus on the gentoo forums, anyway.
Not Free(as in beer). Free(as in "I'm free to beat you over the head for being a dumbass")