Files
wasmtime/crates
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
..
2023-04-05 17:06:36 +00:00
2023-04-17 15:53:34 +00:00
2023-04-15 00:07:32 +00:00
2023-03-06 23:47:34 +00:00
2023-02-14 19:45:15 +00:00