This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: ARM support


Geert Bevin wrote:

It is mindblowing indeed ! The evident question I then get from someone
that has severe space limitations is : why does such a small program
need to have all these classes linked in. I would answer ... since much
of it is looked up with reflection. However you said reflection is
disabled, so now I'm confused :-/


No, it because the basic class library is very interconnected.
java.io is tied up with java.util which is tied up with java.text
which is tried up with internationization.  Even "hello world"
ends up referencing a lot of classes, even without reflection.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/



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