Skip to content

fix ixs handle early return#216

Draft
hack-wrench wants to merge 1 commit intorpcpool:mainfrom
hack-wrench:fix-ixs-handle
Draft

fix ixs handle early return#216
hack-wrench wants to merge 1 commit intorpcpool:mainfrom
hack-wrench:fix-ixs-handle

Conversation

@hack-wrench
Copy link
Contributor

Reference to: #184

The problem is that when iterating through instructions and encountering an error during instruction parsing, the processing cycle ends with a return, preventing the iteration of all instructions, including those suitable for parsing but located further down.

This PR allows all nested instructions to be iterated through, which increases the load on the CPU.

update error desc
@the-orex
Copy link
Collaborator

the-orex commented Mar 7, 2026

See #184 (comment)

@the-orex the-orex marked this pull request as draft March 9, 2026 10:02
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