-
Notifications
You must be signed in to change notification settings - Fork 323
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
test/Benchmarks appear to never finish #6523
Comments
It appears that https://github.com/enso-org/enso/blob/develop/engine/runtime/src/main/java/org/enso/interpreter/node/callable/InvokeMethodNode.java#L125 somehow leads to a circular dependency when resolving symbol of |
Otherwise things can go horribly slow. Closes #6523.
Otherwise things can go horribly slow. Closes #6523.
Hubert Plociniczak reports a new STANDUP for yesterday (2023-05-03): Progress: Investigating reported problem with benchmarks. Bisecting revealed that changing resolution for functions is the culprit. Preliminary PR is up; identified slow symbol resolution for Any that is present on the hot path. Finished test case for #6525. Fighting with random failures on CI. Started looking into artificially limiting number of warnings attached to values. It should be finished by 2023-05-04. Next Day: Next day I will be working on the #6523 task. Not quite happy with the solution, will need further improvements and testing. |
Hubert Plociniczak reports a new STANDUP for yesterday (2023-05-04): Progress: More tweaks to inline caching as per review. Trying to reproduce #6515 given more logs. Looks like there is some race-condition on shutdown. Verifying FQN/Import bug #6553. Adding limit to reported warnings and more benchmarks. It should be finished by 2023-05-04. Next Day: Next day I will be working on the #6523 task. More tweaks to warnings, take over renaming project bug from Dmitry. |
Bisecting revealed the dispatch change to be the culprit.
Needs investigation.
The text was updated successfully, but these errors were encountered: