GNU bug report logs -
#41242
Port feature/native-comp to Windows
Previous Next
Full log
View this message in rfc822 format
> From: Nicolas Bértolo <nicolasbertolo <at> gmail.com>
> Date: Wed, 13 May 2020 17:01:59 -0300
> Cc: 41242 <at> debbugs.gnu.org
>
> > Did you manage to understand why? How many bytes of *.eln files does
> > Emacs load while autoloading Helm, for example?
>
> I don't know how to measure that, sorry. AFAIK Emacs just maps many subr to the
> correct function pointers and the OS takes care of loading the appropriate code
> on page faults.
>
> My guess is that autoloading triggers a long series of eln loading operations,
> that, as a group, are very expensive.
>
> Do you know what profiler I could use to check what Emacs is doing?
I'd begin with Emacs's built-in "M-x profiler-start". After invoking
that, start the Helm loading command, and when it ends, invoke
profiler-report. Post the resulting profile fully expanded, and maybe
that will give some clues about what to examine next.
It will also be useful to have a comparable measurement from
GNU/Linux, so that we could compare the profiles and the elapsed
times.
This bug report was last modified 5 years and 41 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.