Jv_AllocBytesChecked

Bryce McKinlay bryce@albatross.co.nz
Thu Dec 21 22:32:00 GMT 2000


"Boehm, Hans" wrote:

> It removes one function call from the _Jv_AllocBytes path, which I hope will
> shortly become more important.  (Another function call should go away if we
> introduce GC-specific headers.)

I made a brief attempt at this some time ago. It didn't work because of some
nasty header interactions with Class.h and Object.h, which need to include
boehm-gc.h. I'm sure that there is a solution though, and I think it should be
done. Maybe we need to put the marking stuff in one file and alloc stuff in
another.

regards

  [ bryce ]




More information about the Java mailing list