This is the mail archive of the gcc-prs@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: c++/2166


The following reply was made to PR c++/2166; it has been noted by GNATS.

From: Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
To: Mark Mitchell <mark@codesourcery.com>
Cc: Gabriel.Dos-Reis@cmla.ens-cachan.fr, nobody@gcc.gnu.org,
        gcc-gnats@gcc.gnu.org, carlo@alinoe.com
Subject: Re: c++/2166
Date: 18 Apr 2001 10:07:09 +0200

 Mark Mitchell <mark@codesourcery.com> writes:
 
 | >>>>> "Gabriel" == Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr> writes:
 | 
 |     Gabriel> I ran several tests and I think the current scheme is not
 |     Gabriel> robust enought -- it seems to use very few characters ( <
 |     Gabriel> 7) to fake uniqueness.
 | 
 | THat should be enough.  Each character is chosen at random from 62
 | choices, or about 2^6.  So, that's (2^6)^7 = 2^42 possible choices,
 | plus the input file name.
 
 OK, so I think that should clarify things for Carlo.
 
 -- Gaby


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