Re: javac Flags
- From: "Andrew Thompson" <andrewthommo@xxxxxxxxx>
- Date: 27 Aug 2006 20:25:39 -0700
dimitrik107@xxxxxxxxxxx wrote:
I am trying to learn about java compiler and flags. I am reading books
talking about compiler and the flags. Maybe as other source, can
someone share the compiler flags that help them the most for speed?
Most information about using compiler flags for extra
speed is obsolete. The JRE does optimisation once the
bytecodes are in memory, and puts greatest effort into
optimising the code that is most frequently called.
For a performance increase, the developer is usually far
better off looking into the code of the application itself.
Andrew T.
.
- Follow-Ups:
- Re: javac Flags
- From: dimitrik107
- Re: javac Flags
- References:
- javac Flags
- From: dimitrik107
- javac Flags
- Prev by Date: Re: Popular and common IDE used to compile Java
- Next by Date: Re: join forum disGusTINGjava.com
- Previous by thread: javac Flags
- Next by thread: Re: javac Flags
- Index(es):
Relevant Pages
|
|