This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Alignment of stack traces
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Subject: RE: Alignment of stack traces
- From: Andrew Haley <aph at redhat dot com>
- Date: Wed, 7 Mar 2001 18:48:45 +0000 (GMT)
- Cc: "'Jeff Sturm'" <jsturm at one-point dot com>,Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>,"'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>
- References: <140D21516EC2D3119EE7009027876644049B5C53@hplex1.hpl.hp.com>
Boehm, Hans writes:
> My patch was actually trying to deal with the fact that pointers and jlongs
> may not be the same size. But yours is simpler, and I prefer it. Here's a
> slightly revised version that fixes a problem with a forward reference to p.
> It built and passed a superficial test on Linux/X86.
>
> I would vote for putting it in both branches now, and reverting it in the
> development tree if we decide to do something more substantial.
That sounds sensible. I'll do that.
Andrew.