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

Simplify conditionals codegen + add missing side effects checks. #7151

Merged
merged 10 commits into from
Nov 10, 2024
Prev Previous commit
Next Next commit
Update CHANGELOG.md
cristianoc committed Nov 8, 2024
commit 2dad0322838230710998514e59773f240eb22164
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -63,6 +63,7 @@
- Improve pattern matching on optional fields. https://github.com/rescript-lang/rescript-compiler/pull/7143 https://github.com/rescript-lang/rescript-compiler/pull/7144
- Optimize compilation of switch statements for untagged variants when there are no literal cases. https://github.com/rescript-lang/rescript-compiler/pull/7135
- Further improve boolean optimizations. https://github.com/rescript-lang/rescript-compiler/pull/7149
- Simplify code generated forconditionals. https://github.com/rescript-lang/rescript-compiler/pull/7151


#### :house: Internal