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

[Hot Cold Splitting] Optimize the exception processing to avoid repeated hot-cold mapping lookup #1904

Open
cshung opened this issue Jun 18, 2022 · 0 comments
Labels
area-hot-cold-splitting Hot cold splitting support in crossgen2

Comments

@cshung
Copy link
Member

cshung commented Jun 18, 2022

Right now, when an exception happens, we perform the lookup a lot of times for the same frame. We should perform the lookup once only (or at least reduce the number of times)

@cshung cshung added the area-hot-cold-splitting Hot cold splitting support in crossgen2 label Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-hot-cold-splitting Hot cold splitting support in crossgen2
Projects
None yet
Development

No branches or pull requests

1 participant