Anton Ertl wrote:
Ed Falat wrote:
Hello
I have been using Gforth to do homework (simulation mostly) and want to
move it to an old 90 MHz Toshiba Satellite Pro 410 CDT notebook. I
installed Lunar Linux and was able to perk up the performance of this old
machine to an acceptable level. I cannot, for unknown (to me) reasons,
compile a GCC 2.95 on this old notebook. I used a 3.4.4 to compile Gforth
and it seems to be working correctly.
1. Am I fooling myself?
Why would you think so?
2. Is there a benchmark that I overlooked that I should have tried?
Have you tried "make all-bench"?
- anton
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I couldn't remember if I had run make all-bench, so here it is as of today:
make all-bench >zzz @>eee
zzz:
cd engine && make gforth gforth-ditc gforth-fast gforth-itc
make[1]: Entering directory `/usr/gforth/gforth-0.6.2/engine'
make[1]: `gforth' is up to date.
make[1]: `gforth-ditc' is up to date.
make[1]: `gforth-fast' is up to date.
make[1]: `gforth-itc' is up to date.
make[1]: Leaving directory `/usr/gforth/gforth-0.6.2/engine'
cp -p engine/gforth-fast gforth-fast
cp -p gforth gforth~
cp -p engine/gforth gforth
cp -p engine/gforth-itc gforth-itc
cp -p engine/gforth-ditc gforth-ditc
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
*** gforth-fast dynamic:
make[1]: Entering directory `/usr/gforth/gforth-0.6.2'
make[1]: Leaving directory `/usr/gforth/gforth-0.6.2'
eee:
Segmentation fault.
Command exited with non-zero status 139
siev 0.12
make[1]: *** [onebench] Error 139
make: *** [all-bench] Error 2
I do not as yet have the time to dig deeper into what caused the
segmentation fault, as none of the math I used for course work
caused a problem. I do not expect anyone to debug my system
remotely either. I am assuming that if I use the gforth-itc, I will
not have too many surprises.
Am I correct in assuming the Pentium is the last cisc machine
and all subsequent use a microcoded risc architecture to simulate
the cisc machine?
Thank you
Ed Falat
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]