Skip to content

Fix #4784: remove unsound constant folding #4788

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

Merged
merged 1 commit into from
Jul 12, 2018

Conversation

OlivierBlanvillain
Copy link
Contributor

The optimizer was using .isInstanceOf[ConstantType] as a purity check, which is obviously wrong as illustrated by the added test case.

The optimizer was using isInstanceOf[ConstantType] as a purity check,
which is obviously wrong as illustrated by the added test case.
@OlivierBlanvillain OlivierBlanvillain merged commit 2e53688 into scala:master Jul 12, 2018
@OlivierBlanvillain OlivierBlanvillain deleted the fix-4784 branch July 12, 2018 14:46
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