This commit is contained in:
Kartik Agaram 2018-10-16 23:43:32 -07:00
parent 8108f5b875
commit df592211f6
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# helpers for emitting traces to a trace stream, and for tests to check the trace stream
#
# A trace stream looks like this:
# read : int
# read : int # index that we've read until
# write : int # index at which writes go
# data : (array byte) # prefixed by length
# data : (array byte) # prefixed by length as usual
# In a real trace the data will be in a special segment set aside for the purpose.
#
# primitives for operating on traces: