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

[Deploy preview] Allow seeing different assembly code for the same function #5349

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mstange
Copy link
Contributor

@mstange mstange commented Jan 30, 2025

If a JS function is JIT compiled multiple times, then it's currently impossible to see the assembly code for each compilation. If you double-click the call node for the function, the assembly view shows an arbitrary compilation. It doesn't even try to find the one with the highest sample count.

This PR makes it so that the compilation with the highest sample count is chosen, and allows navigating between the different compilations.

@mstange mstange force-pushed the assembly-view-prev-next branch from 49d95a4 to 139d000 Compare January 31, 2025 05:06
@mstange mstange force-pushed the assembly-view-prev-next branch from 139d000 to 74b06df Compare February 14, 2025 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant