Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cranelift-codegen: no_std support #9007

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    58a4308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0931de3 View commit details
    Browse the repository at this point in the history
  3. cranelift-codegen: support no_std

    - switch out all instances of rustc-hash with hashbrown
    - refactor timing module to support disabling on no_std
    - ratchet codegen crate no_std support in no_std CI checks
    - use core_math for libm-based arithmetic traits on no_std
    - enable hard std feature dep for souper-harvest feature
    marceline-cramer committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0b2d9a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ad7e55 View commit details
    Browse the repository at this point in the history