Enum cranelift_codegen::isa::BackendVariant [−][src]
pub enum BackendVariant { Any, Legacy, MachInst, }
The “variant” for a given target. On one platform (x86-64), we have two backends, the “old” and “new” one; the new one is the default if included in the build configuration and not otherwise specified.
Variants
Any backend available.
A “legacy” backend: one that operates using legalizations and encodings.
A backend built on MachInst
s and the VCode
framework.
Trait Implementations
impl Clone for BackendVariant
[src]
impl Clone for BackendVariant
[src]fn clone(&self) -> BackendVariant
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for BackendVariant
[src]
impl Default for BackendVariant
[src]