From: Stuart Ballard <sballard@netreach.net>
To: "Aaron M. Renn" <arenn@urbanophile.com>
Cc: Paul Fisher <pnfisher@redhat.com>,
java-discuss@sourceware.cygnus.com, classpath@gnu.org
Subject: Re: Proposal for CNI/JNI problems
Date: Sat, 01 Apr 2000 00:00:00 -0000 [thread overview]
Message-ID: <387E2122.7062DA39@netreach.net> (raw)
In-Reply-To: <20000112203937.D10725@urbanophile.com>
"Aaron M. Renn" wrote:
>
> Paul Fisher (pnfisher@redhat.com) wrote:
> > > (1) Is it OK to write Classpath in C++ rather than C?
> >
> > Yes.
I don't see a problem with this. After all, Mozilla does this and is
still extremely portable. We should be careful about using some of the
less widely-deployed features, though, just as Moz is.
> > > (2) Is it OK for Classpath to depend on G++ extensions?
> >
> > Yes.
>
> I think this should be considered very carefully. I would like to avoid
> these dependencies if possible. Particularly any dependencies on gcc.
Agreed.
> Personally, it looks like in the core classes there will be so little
> code that the JNI/CNI thing could be handled with #ifdef CNI/JNI and
> a configure time option added to enable it. Or a set of macros might
> handled almost everything reasonably well.
I'm wondering if it wouldn't be possible to provide a portable perl
script as part of the Classpath code that would be equivalent to this,
but would output C++ source using JNI. If g++ wanted to support the
-femit-jni feature, the perl code could be turned off in configure, but
classpath could still compile on any C++ compiler.
The only problem that I can see is that the perl code would have to be
very intelligent to figure out that a given class inherited from
java::lang::Object (possibly indirectly). It might be necessary to
*also* include some kind of "magic comment" that would label such
classes to the perl code, and be ignored by g++ which could figure it
out for itself.
Stuart.
next prev parent reply other threads:[~2000-04-01 0:00 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-04-01 0:00 Paul Fisher
2000-04-01 0:00 ` Per Bothner
2000-04-01 0:00 ` Bernd Kreimeier
2000-04-01 0:00 ` Per Bothner
2000-04-01 0:00 ` Bernd Kreimeier
2000-04-01 0:00 ` Per Bothner
2000-04-01 0:00 ` Bernd Kreimeier
2000-04-01 0:00 ` Per Bothner
2000-04-01 0:00 ` Bernd Kreimeier
2000-04-01 0:00 ` Per Bothner
2000-04-01 0:00 ` Bernd Kreimeier
2000-04-01 0:00 ` Alexandre Oliva
2000-04-01 0:00 ` Paul Fisher
2000-04-01 0:00 ` Aaron M. Renn
2000-04-01 0:00 ` Stuart Ballard [this message]
2000-04-01 0:00 ` Chris Blizzard
2000-04-01 0:00 ` Chris Blizzard
2000-04-01 0:00 ` Per Bothner
2000-04-01 0:00 ` Jochen Hoenicke
2000-04-01 0:00 ` Jon Olson
2000-04-01 0:00 ` Stuart Ballard
2000-04-01 0:00 ` Per Bothner
-- strict thread matches above, loose matches on Subject: below --
2000-04-01 0:00 David Pettersson
2000-04-01 0:00 ` Per Bothner
2000-04-01 0:00 Lam.Mark
2000-04-01 0:00 ` Aaron M. Renn
2000-04-01 0:00 ` Brian Jones
2000-04-01 0:00 Boehm, Hans
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=387E2122.7062DA39@netreach.net \
--to=sballard@netreach.net \
--cc=arenn@urbanophile.com \
--cc=classpath@gnu.org \
--cc=java-discuss@sourceware.cygnus.com \
--cc=pnfisher@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).