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

Tracing JIT stability improvements from lwAFTR #1464

Merged
merged 6 commits into from
Jan 21, 2022

Conversation

eugeneia
Copy link
Member

This includes some improvements to ingress_drop_monitor as well as an experimental patch[1] for RaptorJIT that prevents “long-tail trace” generation.

I’ve decided to include this since it has worked well for lwAFTR and I think is ready for broader application in Snabb upstream.

We reset all hotcounts every second. This is a rough way to establish a
relation with elapsed time so that hotcounts provide a measure of frequency.

The concrete goal is to ensure that the JIT will trace code that becomes hot
over a short duration, but not code that becomes hot over, say, the course
of an hour.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant