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] Eliminate duplicate dwarf2 data


> 
> Actually, it uses the filename as well as a hash, which should make the
> possibilty of a collision even more remote.

Even better, given the limitations on what can go in a valid C++ file
(remember, you can't just create arbitrary data), I think it might
actually be impossible to generate a collision (IE you might be able to
prove that all possible collisions you could generate, wouldn't be
possible to get pass the compiler).
 > > Jason
> 


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