Hi guys, My emacs has been quite slow (esp. with lsp-mode/lsp-dart), I've downloaded gccemacs to hoping for some performance gain... I noticed that it took around 129 secs to startup ((emacs-init-time)
)); I tried it again, and this time, it took around 5.7 secs so I think it was compiling the .el
files on the first run. Next thing I did was to start the normal emacs build to compare; This took around 150 - 200 secs, but like 10-12 secs on subsequent launches. When I tried gccemacs again, It took just as long as the first time again.
It seems that the .elc
files are not fully compatible between the two and so they are recompiled... Is there anything I can do about this? I'd love to use the gccemacs, but doesn't seem to be stable yet as I keep on getting comp warnings
pop up in a Warnings
buffer which is disturbing.
I thought gccemacs would compile down to .eln
while the normal emacs would compile to elc
My gccemacs is v28.0.5 and normal emacs is like v27.2 Thanks in advance.