-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/1573/
-----------------------------------------------------------

Review request for Default.


Description
-------

Changeset 9368:2017e0487dc4
---------------------------
base: Add wrapped protobuf output streams

This patch adds support for outputting protobuf messages through a
ProtoOutputStream which hides the internal streams used by the
library. The stream is created based on the name of an output file and
optionally includes compression using gzip.

The output stream will start by putting a magic number in the file,
and then for every message that is serialized prepend the size such
that the stream can be written and read incrementally. At this point
this merely serves as a proof of concept.


Diffs
-----

  src/proto/SConscript PRE-CREATION 
  src/proto/protoio.hh PRE-CREATION 
  src/proto/protoio.cc PRE-CREATION 
  src/sim/init.cc 844f9e724343 

Diff: http://reviews.gem5.org/r/1573/diff/


Testing
-------

util/regress all passing (disregarding t1000 and eio)


Thanks,

Andreas Hansson

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to