This is the mail archive of the gdb-patches@sourceware.org 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: [Bug symtab/8367] [RFA] performance improvement of lookup_partial_symtab


> +       psymtab_to_fullname has a significant cost as it calls
> +       find_and_open_source, which itself does some I/O operation
> +       (e.g. open). In cumulative, it can take several seconds with
> +       large systems (around 4000 files), if the file is accessed
> +       through a slow file system (e.g. NFS). Here is a shell script
> +       that you can use to generate such a large system:

I forgot to mention: Double-space after a period :). There's a couple
of places where you used a single space.

Cheers,
-- 
Joel


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