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

[WIP] Compilation Model for TryDotNet #7441

Closed
wants to merge 231 commits into from

Conversation

TIHan
Copy link
Member

@TIHan TIHan commented Aug 23, 2019

This is based on the compilation prototype. It will have enough functionality to support TryDotNet scenarios at a minimum; will require investigation. Temporarily targeting branch release/dev16.3 until it merges with master.

Current Goals

  • Immutable compilation object
    • Diagnostics
    • Parsing and type-checking
    • Limited semantic model
    • Code clean-up
  • In-memory compilation from front-to-back (source files -> dll/exe)
    • PE and PDB files
  • Script compilations
    • Roslyn script investigation
    • Entry point execution to get return value
    • State management

Regarding script compilations, we want to be similar to Roslyn; we stop using System.Reflection.Emit as the output for interactive scenarios. Instead, we would use a script compilation, emit the assembly in-memory, then load it dynamically.

@KevinRansom
Copy link
Member

@TIHan , hey mate, is this still something you intend to work on? I am trying to figure out which of our existing PRs are progressing?

Thanks

Kevin

@cartermp
Copy link
Contributor

Closing out old prototype

@cartermp cartermp closed this Jun 27, 2020
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.

None yet

5 participants