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] | |
[snip] Time taken to run:
in C: 8.5 seconds
Java via Apple's JVM: 22.2 seconds
Java via GCJ: 25.5 seconds
Whoops. Forgot the -O3. For the "Java via GCJ" option, execution time went down by 5.2 % to 24.2 seconds.
Building the C version with -O3 seemed to make no difference (still 8.5 s).
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |