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

[BTRACE-116] Optimize access to the current BTrace runtime in the injected handler methods #68

Closed
jbachorik opened this issue Aug 28, 2014 · 1 comment

Comments

@jbachorik
Copy link
Collaborator

[reporter="j.bachorik", created="Thu, 10 Jul 2014 20:48:14 +0200"]

Frequently used BTrace functions (like "print" or "println") require access to the BTrace runtime associated with the current thread. This access incurs additional overhead which is avoidable. The current BTrace runtime is resolved right upon entering the handler method and so it can be stored in a local variable for fast reuse later.

@jbachorik jbachorik added this to the 1.3 milestone Aug 28, 2014
@jbachorik jbachorik self-assigned this Dec 28, 2014
@jbachorik jbachorik removed this from the 1.3 milestone Jan 26, 2015
@github-actions
Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant