Files
wasmtime/cranelift/codegen/src/ir
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
..
2021-02-18 14:16:15 +01:00
2021-10-10 15:26:43 +02:00
2022-02-24 15:24:40 -08:00
2021-10-12 14:22:07 +02:00
2021-10-31 19:57:04 +01:00
2021-11-29 01:42:59 -08:00
2020-03-03 13:21:13 -06:00
2019-10-24 17:20:12 -07:00
2020-10-27 16:30:45 -05:00