We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09764e commit f6763eeCopy full SHA for f6763ee
crates/wasmtime/src/runtime/vm/interpreter.rs
@@ -82,7 +82,6 @@ impl InterpreterRef<'_> {
82
/// The `bytecode` pointer should previously have been produced by Cranelift
83
/// and `callee` / `caller` / `args_and_results` are normal array-call
84
/// arguments being passed around.
85
- #[inline(never)]
86
pub unsafe fn call(
87
mut self,
88
mut bytecode: NonNull<u8>,
0 commit comments