rust-regalloc2 0.9.3-1 source package in Ubuntu

Changelog

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

  * drop patch 2002_clap, obsoleted by Debian package changes
  * relax patch 2002_hashbrown to cover newer hasbrown;
    relax (build-)dependencies for crate hashbrown;
    closes: bug#1063883, thanks to Peter Green
  * update dh-cargo fork
  * update copyright info: update coverage
  * bump project versions in virtual packages and autopkgtests

 -- Jonas Smedegaard <email address hidden>  Wed, 14 Feb 2024 09:07:37 +0100

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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rust-regalloc2_0.9.3-1.dsc 2.6 KiB 88ba7aa1f1b02e7fa885c09dde5d5563f6d8216e5aadd2e5797da7c10daa8461
rust-regalloc2_0.9.3.orig.tar.gz 124.4 KiB 3273785dfffde4f1fc77d0edd7a7da007705e4eb16699af2a5bf8894793186cd
rust-regalloc2_0.9.3-1.debian.tar.xz 16.4 KiB c32f21374661b79507067459b436fd8ace73b2a7c60848253ee1de46c3a8e2ff

Available diffs

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: tool for testing regalloc2

 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