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

Unwind early when evaluating call sites #54

Open
kammce opened this issue Oct 17, 2024 · 0 comments
Open

Unwind early when evaluating call sites #54

kammce opened this issue Oct 17, 2024 · 0 comments
Assignees
Labels
⚡️ enhancement New feature or request

Comments

@kammce
Copy link
Member

kammce commented Oct 17, 2024

Currently we check every single call site to find a match. We can also just check until the start value is beyond the rel_pc, and if that happens, we bail out early. This should save us some cycles. It does mean that the deeper in a function with multiple catch blocks and destructor paths you are in, the longer it takes to evaluate.

@kammce kammce added the ⚡️ enhancement New feature or request label Oct 17, 2024
@kammce kammce self-assigned this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡️ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant