Re: WANTED: One good retargettable compiler back end
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: 11 Dec 2005 19:58:04 -0500
Ian Lance Taylor wrote:
(snip regarding gcc)
> Actually the biggest difficulty I've seen is that the tests in the
> testsuite tend to assume large memory space, 8-bit memory access,
> 32-bit ints, etc., so you wind up having to look at the tests
> individually to see which ones will never work on your processor, and
> which ones indicate actual problems.
I know some people recently working on a port to IBM S/370 (that is,
not XA/370 or ESA/390) have had problems getting it to run native with
ONLY about 8M bytes available. As a cross compiler it is fine.
It does seem that writing a compiler to run on small memory machines
is a lost art.
-- glen
[GCC and other Gnu programs have always assumed that they have vast amounts
of address space available. The target of GCC may have a tiny memory, but
the host better not. On the other hand, the original PDP-11 Unix C
compiler ran in about 24K bytes, with two passes and generated pretty good
code. -John]
.
- References:
- WANTED: One good retargettable compiler back end
- From: Kim Lux
- Re: WANTED: One good retargettable compiler back end
- From: Ian Lance Taylor
- WANTED: One good retargettable compiler back end
- Prev by Date: Re: Soliciting for C programs or snippets to test alias analysis
- Next by Date: Compiler positions available for week ending December 11
- Previous by thread: Re: WANTED: One good retargettable compiler back end
- Next by thread: Re: WANTED: One good retargettable compiler back end
- Index(es):
Relevant Pages
|
|