bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41242: Port feature/native-comp to Windows


From: Andrea Corallo
Subject: bug#41242: Port feature/native-comp to Windows
Date: Wed, 13 May 2020 22:25:27 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Nicolas Bértolo <nicolasbertolo@gmail.com> writes:

>> 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.

Loading elns quite stress also the reader that is still used to
deserialize all objects except functions.

The fact that the load is that slower on Windows seems to indicate that
the equivalent dlopen dlsym are less performant than the other systems
we have tried (the reader should be quite the same).

That said there must be a way to profile on Windows so we get a picture
of what is going on.

-- 
akrl@sdf.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]