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

Bytecode Caching #960

Open
Sainan opened this issue Sep 28, 2024 · 0 comments
Open

Bytecode Caching #960

Sainan opened this issue Sep 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Sainan
Copy link
Member

Sainan commented Sep 28, 2024

The idea here is to avoid re-parsing code whenever possible. This could be done by using a system temp directory using some sort of content hash. Of course, it needs to be ensured that the additional cost of checking for a cache hit is made up by the savings when we do get a hit. And there is no semantic change, e.g. parser warnings no longer being emitted.

@Sainan Sainan added the enhancement New feature or request label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant