Trevor Elliott
Trevor Elliott
My argument in favor would be that any simplifications we can make to regalloc2 lessen the maintenance burden, and adapting cranelift as it stands is not a huge effort. Certainly...
> My branch for adding unwinding support to cranelift makes use of blockparams for terminators with multiple successors. The invoke terminator has multiple successors, each of which has block params....
As the commenting seems to have died down, I'd like to start the process to merge this RFC. # Motion to Finalize **Disposition: Merge** As always, details on the RFC...
As there has been signoff from a different stakeholder organization , this RFC is entering its 10 day # Final Comment Period and the last day to raise objections before...
As no objections have been raised during the final comment period, I'm going to merge this RFC. Thanks everyone!
I'll take a week this weekend :+1:
If you use the Serialize class interface, the data will be portable as it's consistently serialized as big endian data. If you write custom serializers using the Get and Put...
What about combining `lookahead`, `remaining`, and `getBytes`? Does `lookahead (getBytes =
The copying is important mainly so that you don't hold on to the entire input just to keep around the result of `getBytes`. The call to `ensure` in the case...
This seems like a bug to me, good find!