Files
wasmtime/cranelift/codegen/src
Ulrich Weigand b064e60087 ISLE: Re-implement ValueSlice (#3784)
The current definition of `ValueSlice` is not usable, since any call to
a constructor returning a `ValueSlice` will extend the mutable borrow
on the context taken by the constructor call, with the result that it
cannot be passed to any other constructor ever.

Re-implement `ValueSlice` as a pair of a `ValueList` identifer plus an
offset into the list.  This type can simply be copied without requiring
a borrow on the context.
2022-02-24 15:24:40 -08:00
..
2022-01-11 19:03:10 +01:00
2022-02-24 15:24:40 -08:00
2022-02-24 15:24:40 -08:00
2021-10-04 19:11:52 +02:00
2020-04-15 17:21:28 -07:00
2019-10-24 17:20:12 -07:00
2021-10-04 19:11:52 +02:00
2021-11-17 13:04:17 -08:00
2022-01-20 16:49:52 -08:00