Struct llvm::JitOptions
[−]
[src]
pub struct JitOptions { pub opt_level: usize, }
The options to pass to the MCJIT backend.
Fields
opt_level: usize
The degree to which optimizations should be done, between 0 and 3.
0 represents no optimizations, 3 represents maximum optimization
Trait Implementations
Derived Implementations
impl Clone for JitOptions
[src]
fn clone(&self) -> JitOptions
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more