This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Slow handling of C++ symbol names


>
> Find out how many symbols monotone has
> $ nm monotone|wc
>    23623   70853 3657239
>
>
>
> Some of symbol names from the boost library are really, really, really
> long. Here is an example that is over 2K in length:
>
That's not too bad, actually.
Consider that your 2k symbol expands to over 80k when demangled!


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