gvisor/tools
Rahat Mahmood 3733b9b893 go_marshal: Implement automatic generation of ABI marshalling code.
This CL implements go_marshal, a code generation utility for
automatically serializing and deserializing ABI structs.

The go_marshal tool automatically generates implementations of the new
marshal interface. Unlike binary.Marshal/Unmarshal, the generated
interface implementations use no runtime reflection, and translates to
a single memcpy for most structs. See go_marshal/README.md for
details.

PiperOrigin-RevId: 268065475
2019-09-09 13:36:39 -07:00
..
checkunsafe
go_generics Merge pull request #504 from matthyx:master 2019-07-17 15:32:59 -07:00
go_marshal go_marshal: Implement automatic generation of ABI marshalling code. 2019-09-09 13:36:39 -07:00
go_stateify Internal change. 2019-06-17 05:13:55 -07:00
go_branch.sh Update canonical repository. 2019-06-13 16:50:15 -07:00
image_build.sh kokoro: Add scripts to rebuild images. 2019-08-27 23:29:02 -07:00
make_repository.sh
nogo.js
tag_release.sh Create annotated tags for release. 2019-05-30 12:04:20 -07:00
workspace_status.sh