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?


    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.

Yes, I do understand that. But my point is that in today's
single-user workstation environment, how many processes that actually
would use the GCC shared library would actually be simultaneously
running in practice?  I still believe that number is very small and
only rarely over one.

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