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

Add option to log which statement is being precompiled #867

Open
nickrobinson251 opened this issue Oct 13, 2023 · 0 comments
Open

Add option to log which statement is being precompiled #867

nickrobinson251 opened this issue Oct 13, 2023 · 0 comments

Comments

@nickrobinson251
Copy link

We're seeing a hang during create_app (JuliaLang/julia#51603) for which we suspected a hang during type inference for a precompile(...) statement.

It these cases, it'd be helpful to be able to turn on a verbose/debug option to print which statement is being precompiled

There's a commented-out println in the code for this, so it'd just be turning that into a proper debug option

# println(statement)

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