Home
last modified time | relevance | path

Searched refs:Compilation (Results 1 – 23 of 23) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/
H A Ddebug.rs48 pub struct Compilation<'a> { struct
80 impl<'a> Compilation<'a> { argument
90 ) -> Compilation<'a> { in new()
135 Compilation { in new()
184 impl<'a> fmt::Debug for Compilation<'a> { implementation
H A Dobj.rs137 scope: SymbolScope::Compilation, in append_func()
H A Dcompiler.rs682 let mut compilation = crate::debug::Compilation::new( in append_dwarf()
/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Dsynthetic.rs7 use crate::debug::{Compilation, ModuleMemoryOffset};
35 compilation: &Compilation<'_>, in new()
85 compilation: &Compilation<'_>, in create_vmctx_ptr_die()
H A Dmod.rs4 use crate::debug::Compilation;
28 impl<'a> Compilation<'a> { impl
132 compilation: &mut Compilation<'_>, in transform_dwarf()
H A Daddress_transform.rs2 use crate::debug::Compilation;
192 compilation: &Compilation<'_>, in build_function_addr_map()
462 pub fn new(compilation: &Compilation<'_>, module: StaticModuleIndex) -> Self { in new()
519 let compile = Compilation::new( in mock()
H A Dunit.rs12 use crate::debug::{Compilation, Reader};
262 compilation: &mut Compilation<'_>, in clone_unit()
H A Dsimulate.rs4 use crate::debug::Compilation;
289 compilation: &mut Compilation<'_>, in generate_simulated_dwarf()
/wasmtime-44.0.1/docs/
H A Dexamples-fast-compilation.md1 # Tuning Wasmtime for Fast Compilation
10 ## Enable the Compilation Cache
35 ## Enable Parallel Compilation
H A DSUMMARY.md39 - [Fast Compilation](./examples-fast-compilation.md)
67 - [Conditional Compilation](./contributing-conditional-compilation.md)
H A Dexamples-fast-instantiation.md4 then instantiated. Compilation can happen [ahead of
66 * [Tuning Wasmtime for Fast Wasm Compilation](./examples-fast-compilation.md)
H A Dexamples-pre-compiling-wasm.md6 * **Faster start up:** Compilation is removed from the critical path. When a new
30 to untrusted and potentially hostile Wasm guests. Compilation, triggered by
H A Dcontributing-cross-compiling.md33 ## Install GCC Cross-Compilation Toolchains
H A Dexamples-fast-execution.md77 * [Tuning Wasmtime for Fast Wasm Compilation](./examples-fast-compilation.md)
H A Dcontributing-conditional-compilation.md1 # Conditional Compilation in Wasmtime
189 ## Conditional Compilation Style Guide
H A Dcli-options.md241 compiles to what native instruction. Compilation options can be passed to
H A Dcontributing-architecture.md144 Compilation is roughly broken down into a few phases:
/wasmtime-44.0.1/crates/cranelift/src/debug/
H A Dwrite_debuginfo.rs1 use crate::debug::Compilation;
142 compilation: &mut Compilation<'_>, in create_frame_table()
170 compilation: &mut Compilation<'_>, in emit_dwarf()
/wasmtime-44.0.1/cranelift/module/src/
H A Dmodule.rs290 Compilation(CodegenError), enumerator
307 Self::Compilation(err.inner) in from()
321 Self::Compilation(source) => Some(source), in source()
353 Self::Compilation(err) => { in fmt()
367 Self::Compilation { 0: source } in from()
/wasmtime-44.0.1/cranelift/object/src/
H A Dbackend.rs250 scope: SymbolScope::Compilation, in declare_anonymous_function()
323 scope: SymbolScope::Compilation, in declare_anonymous_data()
683 scope: SymbolScope::Compilation, in get_symbol()
958 Linkage::Local => SymbolScope::Compilation, in translate_linkage()
/wasmtime-44.0.1/winch/
H A DREADME.md28 Alliance RFC for Baseline Compilation in Wasmtime.][rfc].
/wasmtime-44.0.1/pulley/
H A DCONTRIBUTING.md43 …1: Compilation error: Unsupported feature: should be implemented in ISLE: inst = `v5 = sdiv.i32 v2…
140 …1: Compilation error: Unsupported feature: should be implemented in ISLE: inst = `v5 = sdiv.i32 v2…
188 …1: Compilation error: Unsupported feature: should be implemented in ISLE: inst = `v26 = band.i32 v…
/wasmtime-44.0.1/cranelift/jit/src/
H A Dbackend.rs503 ModuleError::Compilation(cranelift_codegen::CodegenError::Unsupported( in define_function_with_control_plane()