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

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

bug#40614: 28.0.50; [feature/native-comp] straight.el fails to inject :s


From: Andrea Corallo
Subject: bug#40614: 28.0.50; [feature/native-comp] straight.el fails to inject :straight keyword handler into use-package when use-package is native-compiled
Date: Sun, 19 Apr 2020 17:45:47 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Ihor Radchenko <yantar92@gmail.com> writes:

>
> Sure. Though I plan to move the native-compile branch to my system
> installation. Deferred compilation of built-in packages will not be easy
> there, unless I run Emacs as root.
>
> Speed is actually not so big issue (at least to compile the built-in
> elisp). The problem was that I tried to run make -j3 -> make -j2 -> make
> -j1 hoping that less native-compilation processes would use less
> memory. Everything, including make -j1 failed eventually and took a long
> time because of using swap. Not sure what I can do for reducing memory
> usage.

I mean you can compile at speed 0, it requires a fraction of the memory
required at speed 2.  You can even used that only to complete the
compilation that failed.  In .gitlab-ci.yml we have examples on how to
the speed can be controlled while building.

-- 
akrl@sdf.org





reply via email to

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