This is the mail archive of the java-discuss@sources.redhat.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]

Re: Jv_AllocBytesChecked


"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 ]



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