[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cp-patches] missing/lost and outstanding patches
From: |
Tom Tromey |
Subject: |
Re: [cp-patches] missing/lost and outstanding patches |
Date: |
28 Sep 2005 09:05:35 -0600 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "Twisti" == Christian Thalinger <address@hidden> writes:
Twisti>
http://lists.gnu.org/archive/html/classpath-patches/2005-05/msg00084.html
This one looks ok to me.
Twisti> Another important one is this mprec.h 64-bit fix, which i
Twisti> can't find anymore on the list (did i ever sent it to the
Twisti> list?). This is really a showstopper for every GNU classpath
Twisti> based VM on 64-bit machines.
I tried to save all the messages you sent to classpath-patches, and I
don't see this one. But I might have lost it.
I checked in a hack to work around a buffer overflow I was seeing on
PPC64. See this patch and PR:
2005-09-15 Tom Tromey <address@hidden>
Workaround for PR classpath/23863:
* native/fdlibm/mprec.h (MAX_BIGNUM_WDS): Define as 128 on
non-Pack_32 platforms.
I think a better solution would be to find a newer version of the
mprec code and import it. I have seen versions of it out there that
dynamically allocate buffers.
Also there is this PR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24035
It has a patch but I don't like it much, as it assumes that an 'int'
is 32 bits.
Tom