This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: change splay_tree_key & splay_tree_value types to void*


On Tue, Aug 29, 2000 at 04:50:28PM -0700, Greg McGary wrote:
> Jeffrey A Law <law@cygnus.com> writes:
> > We do support those kinds of architectures as targets and possibly 
> > one day as natives.

Ideally we'd be using intptr_t here instead of long.  Since we're
as likely to be supporting the sizeof(void*) > sizeof(long) case
as the reverse.  64-bit Windows fits this -- they're using the P64
model instead of the LP64 model that the Unicies adopted.

Given that we're currently wrong either way, I don't mind being wrong
in favour of BPs for the nonce, and just changing these typedefs to
pointers.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]