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 #8558 by disabling optimization of local functions, for 4.08 #8560

Closed
wants to merge 1 commit into from

Conversation

alainfrisch
Copy link
Contributor

(TODO: adapt the testsuite and the Changes file.)

@alainfrisch alainfrisch changed the title Fix #8558 for 4.08 Fix #8558 by disabling optimization of local functions, for 4.08 Mar 29, 2019
@xavierleroy
Copy link
Contributor

I'm lost. Could you please explain what you're doing?

@alainfrisch
Copy link
Contributor Author

I'm disabling the optimization of local functions, which seems to be the safer fix to me to avoid correctness and performance regression in 4.08 compared to 4.07.

@alainfrisch
Copy link
Contributor Author

(I was comfortable enough with my proposal in #8559, but not with your simpler fix, which seems too risky to me.)

@alainfrisch
Copy link
Contributor Author

(I admit that it might be a bit too crazy to be concerned by performance regression on bytecode.)

@alainfrisch
Copy link
Contributor Author

Oh right, never mind, I'll push the simpler fix after all. If it degrades performance in bytecode, it's not the end of the world.

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.

None yet

2 participants