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: Nicolas Bértolo
Subject: bug#41242: Port feature/native-comp to Windows
Date: Sat, 23 May 2020 01:41:11 -0300

> This is what is should be probing:

> - eln-$HASH/foo.eln (only native-comp)
> - foo.eln (only native-comp)
> - foo.dll
> - foo.elc
> - foo.elc.gz
> - foo.el
> - foo.el.gz

I did a quick test and make openp() only call emacs_open() when a file matches one in the list above.
This cut Emacs startup time by half! This seems promising.

Nicolas


reply via email to

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