MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / flags

Method flags

cranelift/codegen/src/isa/x64/mod.rs:102–104  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

100 }
101
102 fn flags(&self) -> &Flags {
103 &self.flags
104 }
105
106 fn isa_flags(&self) -> Vec<shared_settings::Value> {
107 self.x64_flags.iter().collect()

Callers 7

compile_with_cacheMethod · 0.45
hashMethod · 0.45
fromMethod · 0.45
optimizeMethod · 0.45
newMethod · 0.45
compileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected