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: Optimizing for download size


Øyvind Harboe <oyvind.harboe@zylin.com> writes:
> - Presumably such "aggressive" size optimisation would need a list
> of all classes and maybe even methods actually used by the program. 
> I suppose some first approximation could be done by scanning the 
> class dependencies starting out from "main", but perhaps running the
> app with some instrumentation to generate a "use list" would make
> more sense(where the user would be responsible for exercising all
> code paths).

I'm working on this but I have to wait until Bryce gets back before I
can proceed -- I need to ask him some questions.

BTW, anybody got an ETA on that?

  - a


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