-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cherry-pick for main-2.x: Update zerocopy from 0.6.6 to 0.8.8. #1955
Conversation
79b5081
to
0242344
Compare
(After speaking with @mhatrevi, I think he is going to prepare a PR cherry-picking everything up to this from the 1.x branch, which we will merge first. That way, history will be more or less linear.) |
So #1956 would require this in order to update caliptra-dpe which already uses 0.8.8 |
SGTM. So should we abandon this one? |
@jhand2 I don't think we need to abandon this one. I'll just rebase it once Vishal gets that other PR in. |
0242344
to
c532995
Compare
Rebased and should be good to go now. |
This PR does not optimize out a large portion of copies. Ideally it will be done in follow up PRs. There are portions of code that are slightly modified to keep panics out of the final binary.
c532995
to
d65fe45
Compare
d65fe45
to
621f273
Compare
Thanks! |
This is a cherry-pick of #1765 along with fixups for the new functionality in 2.x.
Original description:
Update zerocopy from 0.6.6 to 0.8.8.
This PR does not optimize out a large portion of copies. Ideally it will
be done in follow up PRs.
There are portions of code that are slightly modified to keep panics out
of the final binary.