From 18af2b40209080436ea1fd443af8f934528736ee Mon Sep 17 00:00:00 2001 From: Jan Ferdinand Sauer Date: Tue, 21 Nov 2023 11:27:32 +0100 Subject: [PATCH] fix: correct calculation of total available memory in Triton VM --- specification/src/data-structures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/src/data-structures.md b/specification/src/data-structures.md index 7f78774a..febcb4c7 100644 --- a/specification/src/data-structures.md +++ b/specification/src/data-structures.md @@ -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.