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

Short circuit evalution bytecode generation #59

Open
ChAoSUnItY opened this issue Jul 31, 2022 · 1 comment
Open

Short circuit evalution bytecode generation #59

ChAoSUnItY opened this issue Jul 31, 2022 · 1 comment
Labels
compiler Relates to compiler itself enhancement New feature or request language feature something new for casc Pripority: P1 The highest priority task / issue.

Comments

@ChAoSUnItY
Copy link
Member

Current Possible implementation strategy

  • Refer to Javac 17's implementation on Godbolt

Reference

Sidenote

This issue is part of #57.

@ChAoSUnItY ChAoSUnItY added enhancement New feature or request language feature something new for casc compiler Relates to compiler itself Pripority: P1 The highest priority task / issue. labels Jul 31, 2022
@ChAoSUnItY
Copy link
Member Author

Update 8/2/22

Use nested if strategy to generate short circuit control flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Relates to compiler itself enhancement New feature or request language feature something new for casc Pripority: P1 The highest priority task / issue.
Projects
None yet
Development

No branches or pull requests

1 participant