This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: V3 ABI
- To: apbianco at cygnus dot com
- Subject: Re: V3 ABI
- From: Per Bothner <per at bothner dot com>
- Date: 07 Dec 2000 16:39:07 -0800
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <OFD15F4B7E.B69F46AA-ON882569A7.007B49F4@diversifiedsoftware.com><877l5lt2b9.fsf@creche.cygnus.com> <3A27205A.46C9F39E@albatross.co.nz><87itp4spvl.fsf@creche.cygnus.com><14896.10287.530632.892870@deliverance.cygnus.com>
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/