| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | debug.rs | 48 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 D | obj.rs | 137 scope: SymbolScope::Compilation, in append_func()
|
| H A D | compiler.rs | 682 let mut compilation = crate::debug::Compilation::new( in append_dwarf()
|
| /wasmtime-44.0.1/crates/cranelift/src/debug/transform/ |
| H A D | synthetic.rs | 7 use crate::debug::{Compilation, ModuleMemoryOffset}; 35 compilation: &Compilation<'_>, in new() 85 compilation: &Compilation<'_>, in create_vmctx_ptr_die()
|
| H A D | mod.rs | 4 use crate::debug::Compilation; 28 impl<'a> Compilation<'a> { impl 132 compilation: &mut Compilation<'_>, in transform_dwarf()
|
| H A D | address_transform.rs | 2 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 D | unit.rs | 12 use crate::debug::{Compilation, Reader}; 262 compilation: &mut Compilation<'_>, in clone_unit()
|
| H A D | simulate.rs | 4 use crate::debug::Compilation; 289 compilation: &mut Compilation<'_>, in generate_simulated_dwarf()
|
| /wasmtime-44.0.1/docs/ |
| H A D | examples-fast-compilation.md | 1 # Tuning Wasmtime for Fast Compilation 10 ## Enable the Compilation Cache 35 ## Enable Parallel Compilation
|
| H A D | SUMMARY.md | 39 - [Fast Compilation](./examples-fast-compilation.md) 67 - [Conditional Compilation](./contributing-conditional-compilation.md)
|
| H A D | examples-fast-instantiation.md | 4 then instantiated. Compilation can happen [ahead of 66 * [Tuning Wasmtime for Fast Wasm Compilation](./examples-fast-compilation.md)
|
| H A D | examples-pre-compiling-wasm.md | 6 * **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 D | contributing-cross-compiling.md | 33 ## Install GCC Cross-Compilation Toolchains
|
| H A D | examples-fast-execution.md | 77 * [Tuning Wasmtime for Fast Wasm Compilation](./examples-fast-compilation.md)
|
| H A D | contributing-conditional-compilation.md | 1 # Conditional Compilation in Wasmtime 189 ## Conditional Compilation Style Guide
|
| H A D | cli-options.md | 241 compiles to what native instruction. Compilation options can be passed to
|
| H A D | contributing-architecture.md | 144 Compilation is roughly broken down into a few phases:
|
| /wasmtime-44.0.1/crates/cranelift/src/debug/ |
| H A D | write_debuginfo.rs | 1 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 D | module.rs | 290 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 D | backend.rs | 250 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 D | README.md | 28 Alliance RFC for Baseline Compilation in Wasmtime.][rfc].
|
| /wasmtime-44.0.1/pulley/ |
| H A D | CONTRIBUTING.md | 43 …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 D | backend.rs | 503 ModuleError::Compilation(cranelift_codegen::CodegenError::Unsupported( in define_function_with_control_plane()
|