[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77093] [PATCH rust-team 08/18] build/cargo: Use system jemalloc.
From: |
Hilton Chain |
Subject: |
[bug#77093] [PATCH rust-team 08/18] build/cargo: Use system jemalloc. |
Date: |
Tue, 18 Mar 2025 20:09:07 +0800 |
On Tue, 18 Mar 2025 19:49:21 +0800,
Efraim Flashner wrote:
>
> [1 <text/plain; utf-8 (quoted-printable)>]
> I'm not sure how I feel about this one. On one hand the
> unprefixed_malloc flag is definitely necessary. On the other hand
> sometimes we use libjemalloc.so and sometimes libjemalloc_pic.a, and I
> don't remember when/why we use one over the other, other than "it just
> works"
>
> On Tue, Mar 18, 2025 at 03:24:21PM +0800, Hilton Chain wrote:
> > From: Efraim Flashner <efraim@flashner.co.il>
> >
> > * guix/build/cargo-build-system.scm (configure): Set environment variables
> > to
> > use system jemalloc.
> >
> > Change-Id: Ibb1c025c7354ba2befd2770e3f1ccd785baa06c3
> > Modified-by: Hilton Chain <hako@ultrarare.space>
> > ---
> > guix/build/cargo-build-system.scm | 6 ++++++
> > 1 file changed, 6 insertions(+)
I'll drop this one for now then, I didn't search the source tree :P
- [bug#77093] [PATCH rust-team 03/18] build-system: cargo: Support packaging Cargo workspace., (continued)
- [bug#77093] [PATCH rust-team 01/18] build/cargo: Pass ‘--offline’ to cargo., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 02/18] build/cargo: Print out all non-empty binary files., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 04/18] build-system: cargo: Support installing Cargo workspace., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 05/18] build/cargo: Set default value of arguments for build phases., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 07/18] build/cargo: Support non-workspace directory source inputs., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 06/18] build/cargo: Don't try to unpack sanity-check.py., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 08/18] build/cargo: Use system jemalloc., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 09/18] scripts: import: Document argument for ‘--insert’ option in help message., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 10/18] scripts: import: Add two newlines for ‘--insert’ option., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 12/18] scripts: import: Pass "--insert" to importers., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 13/18] scripts: import: Skip existing definition for ‘--insert’ option., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 14/18] import: crate: crate-name->package-name: Move to (guix build-system cargo)., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 15/18] build-system: cargo: Add ‘cargo-inputs’., Hilton Chain, 2025/03/18
- [bug#77093] [PATCH rust-team 11/18] scripts: import: Support expressions defined by 'define., Hilton Chain, 2025/03/18