-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Still slow startup/shutdown for v8.x #14870
Comments
It looks like the re-enabling of snapshots didn't get backported to v8.x I'm going to dig in a bit more this afternoon to figure out why |
When 5d5e31c was backported to v8.x as e2b306c it was missing the configure changes from 8dce05f. This patch actually re-enables snapshots! Fixes: nodejs#14870 PR-URL: nodejs#14875 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Hehe. That might explain @bmeurer's confusion when he saw 8.3.0 start up slow and Turbofan running hot when my Node master branch worked just fine :D |
Looks like #14875 barely missed v8.4.0, is it fair to say that this would make it into a v8.5.0? |
When 5d5e31c was backported to v8.x as e2b306c it was missing the configure changes from 8dce05f. This patch actually re-enables snapshots! Fixes: #14870 PR-URL: #14875 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Snapshots are enabled again in v8.5.0. I'll close out the issue. |
I've been looking for startup performance to go back to normal after the changes for the hashseed problem.
I see that for master, but not for v8.x in the nightly graphs: https://benchmarking.nodejs.org/charts/start_stop.png
I looked at the jobs and it appears to be cloning the right repo and the raw results still show the slower startup time so I don't think its a problem in translation to the graphs:
Last nights run was:
https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-footprint-8.x/99/console
which shows 262520 as opposed to 38920 for master.
I talked to Myles and the belief is that the fix was backported in v8.3 and v6.11.3 rc
The text was updated successfully, but these errors were encountered: