Skip to content

Commit

Permalink
Merge pull request #202 from pirapira/log_memory_consumption
Browse files Browse the repository at this point in the history
Decument the memory usage update in LOG operations
  • Loading branch information
chriseth committed Feb 16, 2017
2 parents e63f498 + 42c8279 commit df61086
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1924,6 +1924,8 @@ \subsection{Instruction Set}
\multicolumn{5}{c}{\textbf{a0s: Logging Operations}} \vspace{5pt} \\
\multicolumn{5}{l}{For all logging operations, the state change is to append an additional log entry on to the substate's log series:}\\
\multicolumn{5}{l}{$A'_\mathbf{l} \equiv A_\mathbf{l} \cdot (I_a, \mathbf{t}, \boldsymbol{\mu}_\mathbf{m}[ \boldsymbol{\mu}_\mathbf{s}[0] \dots (\boldsymbol{\mu}_\mathbf{s}[0] + \boldsymbol{\mu}_\mathbf{s}[1] - 1) ])$}\\
\multicolumn{5}{l}{and to update the memory consumption counter:}\\
\multicolumn{5}{l}{$\boldsymbol{\mu}'_i \equiv M(\boldsymbol{\mu}_i, \boldsymbol{\mu}_\mathbf{s}[0], \boldsymbol{\mu}_\mathbf{s}[1])$}\\
\multicolumn{5}{l}{The entry's topic series, $\mathbf{t}$, differs accordingly:}\vspace{5pt} \\
\textbf{Value} & \textbf{Mnemonic} & $\delta$ & $\alpha$ & \textbf{Description} \vspace{5pt} \\
0xa0 & {\small LOG0} & 2 & 0 & Append log record with no topics. \\
Expand Down

0 comments on commit df61086

Please sign in to comment.