From 9b39c62dccec6e274392b7ff70a0813e0c5916d7 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Fri, 25 Jul 2025 14:47:21 +0200 Subject: [PATCH] Formatting fixes for "Production-ready cranelift backend" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Rémy Rakic --- src/2025h2/production-ready-cranelift.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/2025h2/production-ready-cranelift.md b/src/2025h2/production-ready-cranelift.md index be25b4da..b5d73217 100644 --- a/src/2025h2/production-ready-cranelift.md +++ b/src/2025h2/production-ready-cranelift.md @@ -61,9 +61,12 @@ More long-term we see the cranelift backend as an extremely promising approach f | Task | Owner(s) or team(s) | Notes | | -------------------- | ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | -| Acquire funding | Trifecta Tech Foundation @trifectatechfoundation | We will only be able to work on this project if it is funded | +| Acquire funding | [Trifecta Tech Foundation] | We will only be able to work on this project if it is funded | | Standard reviews | ![Team][] [compiler] | Casual improvements to `rustc_codegen_ssa` and other parts of the backend | | Dedicated reviewer | ![Team][] [compiler] | Larger changes to `rustc_codegen_ssa`. While not strictly required, we think having a dedicated reviewer will speed up our progress. | | Deploy to production | ![Team][] [wg-compiler-performance] | track and show `rustc_codegen_cranelift` performance | -| Do the work | bjorn3, folkertdev | | +| Do the work | @bjorn3, @folkertdev | | + +[Trifecta Tech Foundation]: https://github.com/trifectatechfoundation + ## Frequently asked questions