This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: Enhancement Request


On 16 Dec 2002, Tom Tromey wrote:
> For the GC, I currently don't think we should.  We aren't the
> canonical source and we tailor the GC to suit our needs at configure
> time.

Hmm... boehm-gc/include/Makefile.am has:

AUTOMAKE_OPTIONS = foreign

include_HEADERS = gc.h gc_backptr.h gc_local_alloc.h \
  gc_pthread_redirects.h gc_cpp.h

so aren't these installed anyway?

(If so, that seems like a mistake, given that client code cannot easily
tell how the collector library was configured.)

Jeff


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