> > Do you perhaps have many entries in 'runtimepath'? > > I guess so: I have 104 entries in `'runtimepath'`.
That might explain it. > > A profile might help to locate any bottlenecks in this process. > > A profile of the C code, right? I tried to get one, [here it > is](https://github.com/vim/vim/files/8374307/log.txt). > > If that's not what is needed, I would need someone to tell me which > commands to run to get the right data. I'm not sure what happened with this profile. It doesn't make much sense, the top being vim_strcat() with two calls. I guess the binary and the symbol table are not matching. It's best to compile without optimizing, start with "make clean" and use the options mentioned in src/Makefile at PROFILING. -- There can't be a crisis today, my schedule is already full. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20220329192704.54B751C0C20%40moolenaar.net.
