This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: Final intermodule patch


On 13 Jul 2003, Mark Mitchell wrote:
> We should consider not just the implementation techniques, but the
> user-visible impacts.  We should certainly also consider the
> applicability of this new facility to situations like "export" and Java,
> where generating a single object file is problemantic.

FWIW Java has no problem with this, and gcj has been compiling multiple
source files to a single .o since 3.1 days.  But the language has no
mechanism for user-defined static globals.

I don't doubt the complications for C/C++ at all.

Jeff


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