lowRISC / manticore

Apache License 2.0
16 stars 13 forks source link

[protocol] Enable zero-copy deserialization for protocol parsers #109

Closed mcy closed 3 years ago

mcy commented 3 years ago

This PR is somewhat complex, since significant plumbing needed to be done:

This required some substantial refactoring (most of which, thankfully, I did with a script). I can break this CL up into separate commits if desired.