[TUHS] History of popularity of C

arnold at skeeve.com arnold at skeeve.com
Fri May 22 17:42:03 AEST 2020


Richard Salz <rich.salz at gmail.com> wrote:

> Was the fact that gcc had the "portable" RTL as an intermediate
> representation important? That it was designed to be ported.

I think it was. GCC had *two* intermediate forms, one representing
the source program (trees), and the other representing instructions
(RTL). It was really designed to make it easy to write both new
front ends and new back ends.

In that it seems to have succeeded fairly well, too. :-)

Arnold


More information about the TUHS mailing list