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