Skip to content

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.

3 participants