Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
zkp
zkevm-circuits
Wiki
Zkevm docs
5 state
5 state
· Changes
Page history
add description of RLC
authored
Dec 15, 2023
by
geruiwang
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
156 additions
and
154 deletions
+156
-154
zkevm-docs/5-state.markdown
zkevm-docs/5-state.markdown
+156
-154
No files found.
zkevm-docs/5-state.markdown
View page @
1878cd73
...
...
@@ -126,6 +126,8 @@ Tag不同,含义不同,如下。
首先,我们还需要一个变量叫
`first_access`
表示这个pointer的地方是否是第一次访问。其构造详情稍后详细描述。
那么对于不是first_access的行,意味着上一行和这一行是同一个地方,我们排序又是按照stamp排的。因此,如果这一行是读(is_write=0)那么value必然等于上一行的value。
对不同tag,约束不同:
-
Memory:
-
若first_access且is_write=0, 则value=0.
...
...