gem5/src/proto
Andreas Hansson 4c7a283e55 base: Avoid size limitation on protobuf coded streams
This patch changes how the streams are created to avoid the size
limitation on the coded streams. As we only read/write a single
message at a time, there is never any message larger than a few
bytes. However, the coded stream eventually complains that its
internal counter reaches 64+ MByte if the total file size exceeds this
value.

Based on suggestions in the protobuf discussion forums, the coded
stream is now created for every message that is read/written. The
result is that the internal byte count never goes about tens of bytes,
and we can read/write any size file that the underlying file I/O can
handle.
2013-05-30 12:53:53 -04:00
..
packet.proto mem: Add a generic id field to the packet trace 2013-03-26 14:46:45 -04:00
protoio.cc base: Avoid size limitation on protobuf coded streams 2013-05-30 12:53:53 -04:00
protoio.hh base: Avoid size limitation on protobuf coded streams 2013-05-30 12:53:53 -04:00
SConscript mem: Add tracing support in the communication monitor 2013-01-07 13:05:37 -05:00