rust-regalloc2 0.9.3-2 source package in Ubuntu

Changelog

rust-regalloc2 (0.9.3-2) unstable; urgency=medium

  * update copyright info: fix file path
  * add patch cherry-picked upstream to update hashbrown to 0.14;
    drop patch 2002; tighten (build-)dependency for crate hashbrown
  * declare compliance with Debian Policy 4.7.0
  * deduplicate description strings,
    using ${source:Synopsis} and ${source:Extended-Description}

 -- Jonas Smedegaard <email address hidden>  Fri, 17 May 2024 08:19:25 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe misc

Downloads

File Size SHA-256 Checksum
rust-regalloc2_0.9.3-2.dsc 3.0 KiB 7d602dec9352c22cc88f6aa802a6c9b9801b88225dcc8766b6d6b993cbc203e0
rust-regalloc2_0.9.3.orig.tar.gz 124.4 KiB 3273785dfffde4f1fc77d0edd7a7da007705e4eb16699af2a5bf8894793186cd
rust-regalloc2_0.9.3-2.debian.tar.xz 16.5 KiB 50eaf439d251b4f8c4f1130e20653a1200c0ed28951edb94725d50ac22ff9c86

No changes file available.

Binary packages built by this source

librust-regalloc2-dev: backtracking register allocator - Rust source code

 regalloc2 is a register allocator
 that started life as, and is about 50% still,
 a port of IonMonkey's backtracking register allocator to Rust.
 In many regards, it has been generalized, optimized, and improved
 since the initial port.
 .
 In addition,
 it contains substantial amounts of testing infrastructure
 (fuzzing harnesses and checkers)
 that does not exist in the original IonMonkey allocator.
 .
 This package contains the source for the Rust regalloc2 crate,
 for use with cargo and dh-cargo.

regalloc2-tool: backtracking register allocator

 regalloc2 is a register allocator
 that started life as, and is about 50% still,
 a port of IonMonkey's backtracking register allocator to Rust.
 In many regards, it has been generalized, optimized, and improved
 since the initial port.
 .
 In addition,
 it contains substantial amounts of testing infrastructure
 (fuzzing harnesses and checkers)
 that does not exist in the original IonMonkey allocator.
 .
 This package contains the command-line tool regalloc2-tool
 which reads a bincode-encoded SerializableFunction
 and then runs the register allocator and checker on it.
 .
 This is a useful tool for debugging register allocation failures
 and to investigate cases of poor register allocation.

regalloc2-tool-dbgsym: debug symbols for regalloc2-tool