Struct regalloc::Options [−][src]
Expand description
Tweakable options shared by all the allocators.
Fields
run_checker: boolShould the register allocator check that its results are valid? This adds runtime to the compiler, so this is disabled by default.
algorithm: AlgorithmWhich algorithm should be used for register allocation? By default, selects backtracking, which is slower to compile but creates code of better quality.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Options
impl UnwindSafe for Options
Blanket Implementations
Mutably borrows from an owned value. Read more