This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: Boehm descriptor generation


John Neil writes:
 > This patch fixes an error in the generation of the boehm descriptor when the
 > offset to a pointer is not an integral number of sizeof(void*) which can
 > happen in the alignment of fields is not the same as sizeof(void*).

Looks OK.

Can you please add a comment for alignment_error to say what it means?
"true if a field is a misaligned pointer, in which case this class
can't use bitmap descriptors" or somesuch.  (This is a guess -- please
make your own comment.)

Also, what is your copyright assignment status?

Andrew.


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