Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs - fix bytecode spec #589

Merged
merged 2 commits into from
Sep 6, 2024
Merged

Docs - fix bytecode spec #589

merged 2 commits into from
Sep 6, 2024

Conversation

Lichtso
Copy link

@Lichtso Lichtso commented Sep 6, 2024

No description provided.

@Lichtso Lichtso merged commit 9cc5dfc into main Sep 6, 2024
12 checks passed
@Lichtso Lichtso deleted the docs/fixes branch September 6, 2024 14:53
@@ -322,5 +323,6 @@ Verification
- `hor64` is allowed
- The offset of jump instructions must be limited to the range of the current function
- `callx` source register is encoded in the src field
- The targets of syscalls (`call` instructions with src ≠ 0) must have been registered at verification time
- The targets of internal calls (`call` instructions with src ≠ 0) must have been registered at verification time
- The targets of syscalls (`call` instructions with src = 0) must have been registered at verification time

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know what you meant here, but I think writing prior to verification time would be a clearer wording.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants