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

Vol1-Mod1.1 compilation - Suggestions #13

Closed
pawlos opened this issue Mar 25, 2021 · 2 comments
Closed

Vol1-Mod1.1 compilation - Suggestions #13

pawlos opened this issue Mar 25, 2021 · 2 comments

Comments

@pawlos
Copy link

pawlos commented Mar 25, 2021

Slide 6:

  • MSIL is a deprecated name for CIL and should not be used

Slide 17:

  • the file extension (.cs) suggests C# - there are no .h files in C#.

Thanks for this training.

@hasherezade
Copy link
Owner

Agree about the Slide 17 - I forgot to rename the element after copying it from the previous slide. It will be fixed.
But regarding the Slide 6: I wrote:

with intermediate code (bytecode, p-code): i.e. C# (compiled to Common Intermediate Language: CIL aka MSIL)

just to indicate that the name MSIL can be encountered to describe the same thing. I can rephrase it as:

with intermediate code (bytecode, p-code): i.e. C# (compiled to Common Intermediate Language: CIL - previously known as MSIL)

@pawlos
Copy link
Author

pawlos commented Mar 26, 2021

Perfect, thx.

@pawlos pawlos closed this as completed Mar 26, 2021
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

No branches or pull requests

2 participants