: I'd like to increase performance by re-building my FreeBSD kernel with
: the Pentium option.
You have to indicate the correct type of the CPU in the Kernel config file.
This should make some very slight performance improvments.
: Will this also rebuild the c-compiler to generate
: Pentium code? Will I have problems with FreeBSD pre-built packages?
This will not rebuild the c-compiler and other userland. But you can do it.
At the end of the day you will gain nothing, because the optimisations in gcc
are not very efficient.
: --
: tia
--
Michel TALON
>: I'd like to increase performance by re-building my FreeBSD kernel with
>: the Pentium option.
> You have to indicate the correct type of the CPU in the Kernel config file.
> This should make some very slight performance improvments.
>: Will this also rebuild the c-compiler to generate
>: Pentium code? Will I have problems with FreeBSD pre-built packages?
> This will not rebuild the c-compiler and other userland. But you can do it.
> At the end of the day you will gain nothing, because the optimisations in gcc
> are not very efficient.
(be warned this has been known to bite. YMMV.)
--
Boren's Laws:
(1) When in charge, ponder.
(2) When in trouble, delegate.
(3) When in doubt, mumble.
Rasputin :: Jack of All Trades - Master of Nuns ::
It's the applications that should consume your cpu. If you find
your system working with much "system time" you might have a badly
written application that needs recoding.
--Quote:> --
> tia
1. AIX PS/2 C-compiler bug (or is it me?)?
Hi -
I have AIX PS/2 (the latest and greatest: updates of C compiler and
base operating system as of 2/12/90), but I am unable to compile the
following simple program:
main()
{
double d;
long l;
short s;
int i;
char *c;
c = (char *) l;
c = (char *) s;
c = (char *) i;
c = (char *) d;
...I get the following compile-time diagnostic:
14. c = (char *) s;
15. c = (char *) d; <<<<<
****** Error number 137 in line 14 of file test.c *****
****** Illegal type conversion *****
1 errors. 0 warnings. 16 lines. File test.c
...BTW, this program compiles fine on AIX 2.2.1 on the RT (6150/125).
This code is an isolation of code in a much larger program. The exact
same error occurs there, too (on the PS/2; RT is okay and the program
WORKS).
Any ideas? Thanks.......
Pete Gregory | uucp: uunet!bally!pete ________
Bally Systems, Inc. | phone: 702-323-6156 x882 / /|| \ \
255 Bell St. | FAX: 702-323-5997 | |\/ || _ |
Reno, NV 89503 | | | || | |
\ ||__/ /
\________/ '71 MGB
3. C-Compiler for UNIX under DOS
5. Compaq C-compiler - what am I doing wrong?
7. kernel re-compile problem !
8. xpdf
9. Kernel re-compile, now modprobe not working
10. PCMCIA Module not included after Kernel Re-Compile
12. Help me re-compile my kernel
13. Can't re-Compile 1.1.59 (Slackware) Kernel