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

Investigate "double init" bug #372

Open
nasser opened this issue Sep 3, 2019 · 0 comments
Open

Investigate "double init" bug #372

nasser opened this issue Sep 3, 2019 · 0 comments

Comments

@nasser
Copy link
Contributor

nasser commented Sep 3, 2019

We've long suspected that we are initializing Clojure more than once, to the determent of our startup time. Two candidates for this double init are require calls in the static constructors in AssetPostprocessor.cs and BuildPipeline.cs. The timing and evaluation semantics of static constructors has thrown us in the past, and this is worth looking into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant