Robin Freyler

Results 299 comments of Robin Freyler

I just had a chat about the performance numbers with @xermicus and wanted to reiterate here for the public: - The Wasmi version used in these benchmarks is `v0.31.0` which...

> My observation so far is that EVM interpreters usually have basically negligible overhead for compilation and instantiation. By my understanding they [only have to construct a list of all...

I would like to hear @TriplEight 's opinion on the feasibility of this.

> From talking with @Robbepop it looks like this is doable, but "hardish". Noting it down in case a brave dev in the future comes along and decides to try...

@reinerp Generally you are right about the soundness of the API. However, given that this is an internal API that is only used properly internally this is at least not...

I dug deeper and it seems that the problem is not just internal to the `BufferBackend` since it unfortunately leaks outside via the `resolve` method which is bad.

Closed due to inactivity. @reinerp feel free to re-open if you want to work on this.

I agree that functionality like this would be nice in `#[bitfield]`. Until then you should be able to wrap your bitfield with a new type that does exactly this conversion...

Tough question. I haven't made up too many thoughts about it, yet but I always try to keep the API simple and contained and if it is not possible to...

> Actually, what is the current memory layout on big endian platforms? I assume integers are stored MSB then? What about the result of into_bytes? It is always stored as...