[go: up one dir, main page]

RISC-V: Loosen element constraint on ManagerWrite::region_write

Closes RV-275

What

Replaces the StaticCopy constraint on ManagerWrite::region_write with 'static.

Why

The Copy constraint isn't needed.

Manually Testing

make -C src/riscv all

Benchmarking

This does not affect runtime performance.

Tasks for the Author

  • Link all Linear issues related to this MR using magic words (e.g. part of, relates to, closes).
  • Eliminate dead code and other spurious artefacts introduced in your changes.
  • Document new public functions, methods and types.
  • Make sure the documentation for updated functions, methods, and types is correct.
  • Add tests for bugs that have been fixed.
  • Put in reasonable effort to ensure that CI will pass.
  • Benchmark performance and populate the table above if needed.
  • Write commit messages to reflect the changes they're about.
  • Self-review your changes to ensure they are high-quality.
  • Complete all of the above before assigning this MR to reviewers.
Edited by Ole Krüger

Merge request reports

Loading