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: V3 ABI


Alexandre Petit-Bianco <apbianco@cygnus.com> writes:

> I'd like reuse the C++ code for our mangling purposes. If it's
> possible, I'd like to create a libcxx.a or libcxxmangling.a that we
> would link to jc1.
> 
> I'm going to meet Mark Mitchell and Alex Samuel (the author of the
> mangling code) tomorrow.  I'm going to suggest that I work with their
> help at turning the C++ mangling code into a library. Hopefully it's
> feasible.

A library is good, but is there any reason for having a library *file*?
Why not just link in a few .o files, or just add them to libbackend.a?

Not that it's important - do whichever seems simplest and cleanest.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

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