This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Converting the gcc backend to a library?



Richard Kenner writes:

> [...]  So it would seem the only issue is whether the bulk of GCC
> could be linked as a shared library.  But that seems marginal on
> both sides: most machines are single-user nowadays and memory is
> cheap, so the benefit of having it as a shared library is trivial
> [...]

There is another possible benefit that may not be so small.  Consider
a multiple-targeted gcc installation where several target back-ends
exist, each in a separate shared library.  It would be one step toward
eliminating the need for compiling separate copies of the toolchain
for separate targets.

- FChE

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]