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

The jit log does not have a timestamp that triggered the jit #395

Open
mousans opened this issue Nov 19, 2024 · 1 comment
Open

The jit log does not have a timestamp that triggered the jit #395

mousans opened this issue Nov 19, 2024 · 1 comment

Comments

@mousans
Copy link

mousans commented Nov 19, 2024

Is there any plan to support the log corresponding to PrintCompilation in the future?

@chriswhocodes
Copy link
Member

Hi @mousans,

JITWatch is designed to process the LogCompilation XML file which contains far more detail on JIT activity than the PrintCompilation file.

I think if you're at the optimisation stage where you care about JIT compilation then you should probably be capturing the additional information about escape analysis, lock elision etc?

Kind regards,

Chris

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

2 participants