This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problem with interpreted double operations on IA64
- From: Tom Tromey <tromey at redhat dot com>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>
- Date: 09 Apr 2002 11:33:05 -0600
- Subject: Re: Problem with interpreted double operations on IA64
- References: <40700B4C02ABD5119F000090278766443BF19D@hplex1.hpl.hp.com>
- Reply-to: tromey at redhat dot com
>>>>> "Hans" == Boehm, Hans <hans_boehm@hp.com> writes:
Hans> Could someone point me at a description of exactly how type
Hans> __java_double should differ from double? As far as I can tell,
Hans> __java_double is used primarily by the interpreter?
jdouble really should be used everywhere. There's probably been some
mistakes made and `double' is used occasionally instead.
Tom