Skip to content

Can we get il back from ilast after runninf transforms over it? #3174

Answered by dgrunwald
0x410c asked this question in General
Discussion options

You must be logged in to vote

No; there's currently no ILAst-to-IL compiler.

You would need additional transforms in the opposite direction to lower high-level constructs (e.g. async/await) back to IL code; and then somehow connect the ILAst to an assembly-writing library.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 0x410c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants