Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants