[EMAIL PROTECTED] wrote:

> My setup:
>
> jikes compiler, Blackdown JDK 117a, Blackdown JDK 1.2pre,

Code generated by Jikes is different from the code
generated by javac. Code generation method of Jikes is
more straightforward and less sophisticated than one of javac.

But, I suppose that kind of Java compiler doesn't affect
the results.

>                byte int  long
> 117a arraycopy      109  122  121
> 117a a[i] = b[i]         3    11   21
> 12pre arraycopy     123  117  120
> 12pre a[i] = b[i]        20   60   83

Kazuyuki SHUDO                          Happy Hacking!
  Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to