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

New byte code for branch on not null #1979

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

erikcorry
Copy link
Member

No description provided.

@cla-bot cla-bot bot added the cla-signed The contributors have signed the CLA label Dec 1, 2023
@@ -1173,6 +1173,13 @@ static TypeScope* process(TypeScope* scope, uint8* bcp, std::vector<Worklist*>&
}
OPCODE_END();

OPCODE_BEGIN(BRANCH_IF_NOT_NULL);
Copy link
Member

Choose a reason for hiding this comment

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

Maybe this should also be treated as an unconditional branch if the variable cannot be null?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The contributors have signed the CLA
Development

Successfully merging this pull request may close these issues.

None yet

2 participants