Skip to content

Commit

Permalink
fix: correct calculation of total available memory in Triton VM
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Nov 24, 2023
1 parent 529adc8 commit 18af2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/src/data-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ Furthermore, executing instruction `recurse` requires a non-empty jump stack.

[^1]:
Of course, the machine running Triton VM might have stricter limitations:
storing or accessing $(2^{64} - 2^{32} + 1)^2$ bits $\approx 4\cdot10^{25}$ TiB of data is a non-trivial engineering feat.
storing or accessing $(2^{64} - 2^{32} + 1)\cdot 63.99$ bits $\approx 148$ exabytes of data is a non-trivial engineering feat.

0 comments on commit 18af2b4

Please sign in to comment.