compiler optimalization

Hi everybody,

I would like to ask you where could I find some information how compiler (for example from sun) is working and how can I this compiler optimalize. I'm interested mainly in this area:

- can I switch off compiling of never used classes

Thank you very much,

PETER

[306 byte] By [pjuza26401a] at [2007-10-1 17:24:35]
# 1
The compiler compiles with -O setting by default.If you have classes which are never used, delete them or move them to another directory, then they won't compile.
Peter-Lawreya at 2007-7-11 2:13:01 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...