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

Instrument JIT compilation and method invalidation #4

Open
mofeing opened this issue Jan 24, 2023 · 1 comment
Open

Instrument JIT compilation and method invalidation #4

mofeing opened this issue Jan 24, 2023 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@mofeing
Copy link
Member

mofeing commented Jan 24, 2023

One of Julia's reasons for lose of performance is method invalidation. Also, compilations heavily delays execution. Being able to check where and when compilations and method invalidations take place would be useful.

But this steps are made in C routines (not Julia) so we cannot hook on them with Cassette.

Is Extrae capable on hooking on C routines without modifying Julia's source code (which would require us to use a special build for profiling this part)?

@mofeing mofeing added enhancement New feature or request question Further information is requested labels Jan 24, 2023
@mofeing
Copy link
Member Author

mofeing commented Jan 29, 2023

This might be of interest https://docs.julialang.org/en/v1/devdocs/probes/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant