Alignment of stack traces
Boehm, Hans
hans_boehm@hp.com
Thu Mar 1 12:04:00 GMT 2001
Are there enough other uses for this that it's worth doing?
Java primitive arrays almost fit the bill here, except that there's no way
to say "an array of pointer-sized integers. Java object arrays would work,
but add extra scanning time.
For now I'm using an array of Java longs, which doesn't appear to have
broken anything on Itanium. But I haven't even rebuilt on X86 yet.
Hans
> -----Original Message-----
> From: Jeff Sturm [ mailto:jsturm@one-point.com ]
> Sent: Wednesday, February 28, 2001 8:13 PM
> To: Bryce McKinlay
> Cc: Boehm, Hans; 'java@gcc.gnu.org'
> Subject: Re: Alignment of stack traces
>>>>> On Thu, 1 Mar 2001, Bryce McKinlay wrote:
> > Maybe we need a new type that is like RawData except it
> > is marked by GC, but isn't expected to have the usual java
> object header.
>> For things created with _Jv_AllocBytes, you mean? That'd be
> a nice way to
> avoid the finalizer that often goes with RawData.
>> Jeff
>
More information about the Java
mailing list