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

Use cached data to speed up script parsing #16330

Closed
jrieken opened this issue Dec 1, 2016 · 1 comment
Closed

Use cached data to speed up script parsing #16330

jrieken opened this issue Dec 1, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Dec 1, 2016

V8 allows to create a script with cached data from previous runs. With that parsing time is reduced a lot: http://v8project.blogspot.co.uk/2015/07/code-caching.html. For us, it means that the average for loading workbench.main.js drops from 880ms to ~615ms (tested on my MBP).

@jrieken
Copy link
Member Author

jrieken commented Dec 1, 2016

related to #15455

@jrieken jrieken added the perf label Dec 1, 2016
@jrieken jrieken self-assigned this Dec 1, 2016
@jrieken jrieken added this to the November 2016 milestone Dec 1, 2016
@jrieken jrieken closed this as completed Dec 2, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant