This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

jvm.h vs java-gc.h


Is there a reason why the declarations of functions like _Jv_AllocBytes,
_Jv_RegisterWeakReference, etc shouldn't be moved into the boehm-gc.h
and no-gc.h.

This way, we could declare some of these simple functions as "inline",
like we do in posix-threads.h, which should buy a little extra speed.

  [ bryce ]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]