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

Implement Noop bytecode #795

Closed
wants to merge 3 commits into from

Conversation

pedrocarlo
Copy link
Contributor

This PR implements Noop. I really don't know what else to say. This bytecode according to sqlite does: Do nothing. Continue downward to the next opcode. I advanced the program counter to account for continuing to the next instruction.

@penberg
Copy link
Collaborator

penberg commented Jan 27, 2025

@jussisaurio do you think we will need Nop in code generator one day? This is such as simple thing so not much harm in merging, but it is essentially dead code right now

@penberg penberg closed this in 98579ab Jan 31, 2025
@pedrocarlo pedrocarlo deleted the feature/noop branch February 1, 2025 23:32
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.

None yet

2 participants