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

fix(cache): move setup guard before load call #331

Merged
merged 1 commit into from
Apr 11, 2023
Merged

Conversation

EdenEast
Copy link
Owner

Having the did_setup value after the load function was causing cache misses as the flag was not set even when calling setup before load.

Resolves: #330

Having the `did_setup` value after the load function was causing cache
misses as the flag was not set even when calling setup before load.
@EdenEast EdenEast added bug Something isn't working compiler Change relating to style compiler labels Apr 10, 2023
@EdenEast EdenEast self-assigned this Apr 10, 2023
@EdenEast EdenEast merged commit 88182d4 into main Apr 11, 2023
6 of 8 checks passed
@EdenEast EdenEast deleted the fix/cache-miss branch April 11, 2023 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler Change relating to style compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v3.4.0 increased start-up times? (even after compilation)
1 participant