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 wrote:
> 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 (the number of times the use count of such an
> image would be greater than one is negligable)

Not so.  Consider a dynamic compilation environment such as Java, Guile,
Perl or even Emacs Lisp if such things were that easy.  Every
interpreter-come-compiler uses an instance of the shared library.

-- Jamie

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