Is 'optimized' a legit target?
Ted Neward
ted at tedneward.com
Sun Mar 2 07:18:20 UTC 2008
When I tried to build optimized (b24), it failed very early in the process.
I'm assuming that's not supposed to happen? :-)
Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com
> -----Original Message-----
> From: John.Rose at Sun.COM [mailto:John.Rose at Sun.COM]
> Sent: Saturday, March 01, 2008 2:59 PM
> To: Ted Neward
> Cc: build-dev at openjdk.java.net; hotspot-dev at openjdk.dev.java.net
> Subject: Re: Is 'optimized' a legit target?
>
> Yes, 'optimized' is legit. It supports more flags, for tuning
> experiments, etc.
> Its performance characteristics are closer to product, because
> it omits all the 'assert' code,
>
> Here are the various build subdirectories, in brief:
>
> product -- hardwires many flag values, no asserts, code is optimized
> optimized -- most flag values variable, no asserts, code is optimized
> fastdebug -- all flag values variable, asserts enabled, code is
> optimized
> jvmg -- all flag values variable, asserts enabled, code not optimized
> (debuggable)
> generated -- machine-generated source code and other stuff created
> during the build process
> debug -- old name for jvmg; this one should go away
> profiled -- dead a long time; this one should have gone away years ago
>
> Best,
> -- John
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.516 / Virus Database: 269.21.2/1305 - Release Date:
> 2/29/2008 6:32 PM
>
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.21.2/1305 - Release Date: 2/29/2008
6:32 PM
More information about the build-dev
mailing list