guix-commits
[Top][All Lists]
Advanced

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

60/75: gnu: jemalloc: Build with large page size.


From: guix-commits
Subject: 60/75: gnu: jemalloc: Build with large page size.
Date: Sun, 21 Jan 2024 13:21:50 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 6de717c4f4e08a0241e2e2f49b8d8c5820409e94
Author: Roman Scherer <roman@burningswell.com>
AuthorDate: Fri Jan 5 14:30:47 2024 +0100

    gnu: jemalloc: Build with large page size.
    
    * gnu/packages/jemalloc.scm (jemalloc): Build with large page size.
    
    Change-Id: Ic813e7b0fe4c7ee79a1e703247abea77ad9d53f0
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/jemalloc.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm
index 5e7facfd5e..b5fdd39921 100644
--- a/gnu/packages/jemalloc.scm
+++ b/gnu/packages/jemalloc.scm
@@ -62,6 +62,8 @@
       ;; https://github.com/jemalloc/jemalloc/issues/937
       #~'("--disable-initial-exec-tls"
           #$@(match (%current-system)
+               ("aarch64-linux"
+                (list "--with-lg-page=14"))
                ("powerpc-linux"
                 (list "CPPFLAGS=-maltivec"))
                (_



reply via email to

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