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

Support to save dynamic methods #130

Open
AArnott opened this issue Nov 22, 2020 · 2 comments
Open

Support to save dynamic methods #130

AArnott opened this issue Nov 22, 2020 · 2 comments
Labels
enhancement New feature or request postponed Not critical and can be fixed later

Comments

@AArnott
Copy link

AArnott commented Nov 22, 2020

Any chance that ILPack could add support for saving a DynamicMethod to disk in a dll form? This would help in analyzing bugs in lightweight code gen.

@vermorel
Copy link
Member

Hi @AArnott, yes, it's a reasonable use-case to to support filtering the export something more granular than a whole module. Don't hesitate to submit a PR in this direction. My instinct would be to think the meta-problem of the filtered export (not just the dynamic method case). Hope it helps!

@OlegRa OlegRa added the enhancement New feature or request label May 5, 2022
@OlegRa OlegRa self-assigned this May 5, 2022
@vermorel vermorel added the postponed Not critical and can be fixed later label May 17, 2022
@OlegRa OlegRa removed their assignment May 25, 2022
@seesharper
Copy link

seesharper commented Jun 14, 2022

Hi @vermorel and first of all thanks for a great library. 👍😃. When it comes to DynamicMethod I suddenly remembered a tool I have used in the past. It is called il-visualizer and it can spit out the the IL any method. Don't know if it could be relevant here, but just wanted to make sure you guys knew about it 👍😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request postponed Not critical and can be fixed later
Projects
None yet
Development

No branches or pull requests

4 participants