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

Decorate the disassembly with GCInfo #3076

Merged
merged 7 commits into from
Sep 9, 2023

Conversation

eduardo-vp
Copy link
Contributor

@eduardo-vp eduardo-vp commented Sep 1, 2023

Fixes #1885

Shows GC Info at the beginning and the GC transitions as well. Also it stops iterating through the whole runtimeFunction.DebugInfo.BoundsList for each instruction for a slight performance improvement.

image

@eduardo-vp eduardo-vp marked this pull request as ready for review September 1, 2023 23:09
@eduardo-vp eduardo-vp marked this pull request as draft September 1, 2023 23:16
@eduardo-vp eduardo-vp marked this pull request as ready for review September 2, 2023 00:16
Copy link
Contributor

@cshung cshung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@siegfriedpammer siegfriedpammer merged commit 0c2e4b1 into icsharpcode:master Sep 9, 2023
@siegfriedpammer
Copy link
Member

Thank you for the contribution!

@eduardo-vp eduardo-vp deleted the add/gc-info branch May 29, 2024 20:38
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.

[ILSpy.ReadyToRun] Decorate the disassembly with GCInfo
4 participants