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

r2r changes #2238

Merged
merged 1 commit into from
Dec 6, 2020
Merged

Conversation

cshung
Copy link
Contributor

@cshung cshung commented Dec 5, 2020

A few major changes for ReadyToRun:

  • Refactored the logic from ReadyToRunLanguage to a separate class ReadyToRunDisassembler to avoid excessive parameter passing.
  • Updated ILCompiler.Reflection.ReadyToRun package,
  • Avoid using CountOfUnwindCodes, that is just a lie,
  • Added a stress mode so that these bugs can be detected more easily, not included in the build by default.
  • Speed up DecorateDebugInfo significantly using an appropriately designed data structure. (The performance problem was found with the stress mode)

@siegfriedpammer siegfriedpammer merged commit a2abb1e into icsharpcode:master Dec 6, 2020
@cshung cshung deleted the public/r2r-changes branch December 6, 2020 22:31
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.

2 participants