Files
wasmtime/crates/cranelift
Alex Crichton 077d4755d9 Mark loads from VMCallerCheckedAnyfunc as readonly (#6243)
This commit marks the loads of `*mut VMContext` and the callee function
pointer as `readonly` in the context of indirect function calls and
additionally calls to imported functions (which are indirect). Once a
`VMCallerCheckedAnyfunc` is initialized it's never modified so it should
be valid to mark these as readonly and if called in a loop should be
hoistable outside of the loop.
2023-04-19 19:22:25 +00:00
..
2021-05-27 11:56:58 -07:00