[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69581] [PATCH 07/11] gnu: rust: Add tuning information.
From: |
Ludovic Courtès |
Subject: |
[bug#69581] [PATCH 07/11] gnu: rust: Add tuning information. |
Date: |
Wed, 06 Mar 2024 19:10:54 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Efraim Flashner <efraim@flashner.co.il> skribis:
> + (properties `(`(append
> + ,(alist-delete 'hidden? (package-properties
> base-rust))
> + ,@(clang-properties "15"))))
Just realized that we cannot really call ‘clang-properties’ from here
because ‘properties’ is not a thunked field, so this would lead to a
top-level circular dependency… You might need to duplicate the info.
Thanks,
Ludo’.
- [bug#69581] [PATCH 00/11] CPU tuning patches, Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 02/11] gnu: libvorbis: Mark as tunable., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 06/11] gnu: syncthing: Mark as tunable., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Ludovic Courtès, 2024/03/06
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information.,
Ludovic Courtès <=
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Efraim Flashner, 2024/03/07
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Ludovic Courtès, 2024/03/07
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Efraim Flashner, 2024/03/08
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Ludovic Courtès, 2024/03/08
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Efraim Flashner, 2024/03/10
[bug#69581] [PATCH 09/11] gnu: rav1e: Mark as tunable., Efraim Flashner, 2024/03/06
[bug#69581] [PATCH 05/11] guix: cpu: Enable tuning for i686-linux., Efraim Flashner, 2024/03/06
[bug#69581] [PATCH 03/11] guix: cpu: Be consistent with x86_64 micro-architecture names., Efraim Flashner, 2024/03/06