rougier / nano-emacs

GNU Emacs / N Λ N O - Emacs made simple
GNU General Public License v3.0
2.52k stars 195 forks source link

Performance question (byte compile) #20

Closed ericdallo closed 3 years ago

ericdallo commented 3 years ago

I'm using emacs nativecomp branch (emacsGcc) with doom-emacs, and it's really fast. One of doom-emacs features is byte-compile elisp files from packages to have a better performance, is this supported here? If not, WDYT about adding this kind of support?

rougier commented 3 years ago

I'm not sure how to do that in fact. Do you have some pointers?

mrzor commented 3 years ago

I'm not a doom-emacs user, but FOMO is kicking in and I ... want this faster native compiling Emacs. I'm willing to give this a shot.

rougier commented 3 years ago

Note that startup is already quite fast, at least on my machine (0.25 seconds). But I suspect the displayed time (emacs-init-time) is not the best way to measure initialization time.