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

V8 code cache: make cache update async #23905

Closed
igorzi opened this issue May 20, 2024 · 1 comment
Closed

V8 code cache: make cache update async #23905

igorzi opened this issue May 20, 2024 · 1 comment
Assignees
Labels
cli related to cli/ dir perf performance related

Comments

@igorzi
Copy link
Contributor

igorzi commented May 20, 2024

Currently, when new V8 code cache is generated, it's written to sqlite db synchronously. With project that include many modules, this can noticeably slow down the first execution. Code cache updates should be async.

@igorzi igorzi added the perf performance related label May 20, 2024
@igorzi igorzi self-assigned this May 20, 2024
@ry
Copy link
Member

ry commented May 20, 2024

related to #23892 ?

@lucacasonato lucacasonato added the cli related to cli/ dir label Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli related to cli/ dir perf performance related
Projects
None yet
Development

No branches or pull requests

3 participants