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

Optimize inline instrumentation #7

Open
3 tasks
fmoessbauer opened this issue Apr 23, 2019 · 0 comments
Open
3 tasks

Optimize inline instrumentation #7

fmoessbauer opened this issue Apr 23, 2019 · 0 comments
Assignees
Labels
app:clr Related to managed (CLR) application app:core Related to managed (CoreCLR) application performance performance could be better

Comments

@fmoessbauer
Copy link
Member

fmoessbauer commented Apr 23, 2019

The inline instrumentation has a serious performance impact on managed applications.
A possible mitigation is to move more code to the code cache.

  • investigate which parts can be moved to cache
  • find benchmark application
  • implement proof of concept
@fmoessbauer fmoessbauer added the performance performance could be better label Apr 23, 2019
@fmoessbauer fmoessbauer self-assigned this Apr 23, 2019
@fmoessbauer fmoessbauer added app:clr Related to managed (CLR) application app:core Related to managed (CoreCLR) application labels Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:clr Related to managed (CLR) application app:core Related to managed (CoreCLR) application performance performance could be better
Projects
None yet
Development

No branches or pull requests

1 participant