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]
Other format: [Raw text]

Re: [RFC] Replace Java with Go in default languages


>>>>> "Richard" == Richard Biener <richard.guenther@gmail.com> writes:

Richard> Whatever the "core language runtime" would be - I'm somewhat a
Richard> Java ignorant.

The core is quite large, unless you are also willing to track through
all the code and chop out the bits you don't want for testing.  This
would mean having a second class library just for testing purposes.

For example, the core includes all of the networking support, because
(from memory...)  Object refers to ClassLoader which refers to URL.

Tom


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