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

fix crash when interpreting optimized top-level expressions #29217

Merged
merged 2 commits into from
Sep 26, 2018

Conversation

JeffBezanson
Copy link
Member

Discovered while investigating #29213. We usually either interpret top-level code, or optimize and compile it. But in the non-default --compile=min mode we might optimize it but then interpret the result. In that case we could crash due to assuming that the code came from a method.

@JeffBezanson JeffBezanson merged commit 493068b into master Sep 26, 2018
@JeffBezanson JeffBezanson deleted the jb/interp_crashfix branch September 26, 2018 17:04
KristofferC pushed a commit that referenced this pull request Sep 30, 2018
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
KristofferC pushed a commit that referenced this pull request Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug compiler:interpreter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants