Hi Artur,
Artur Biesiadowski wrote:
> I'm just wondering how hard it would be to produce non-native version of
> java.util.zip. Not a big gain as VM would need native zlib to bootstrap
> it from jar file, ...
I disagree here. A VM might choose to bootstrap itself without using
jar files, then use java.util.zip to do further class loading.
Given the high cost of JNI calls, it would indeed be interesting to
measure the relative performance of a non-native implementation.
Etienne
--
----------------------------------------------------------------------
Etienne M. Gagnon, M.Sc. e-mail: [EMAIL PROTECTED]
Author of SableVM: http://www.sablevm.org/
----------------------------------------------------------------------