Common Intermediate Language: Difference between revisions

Content deleted Content added
removing {{GOCEinuse|section=yes}} and <!-- {{Copy edit|section|date=June 2020}} starting copy edit 20 July 2020 -->
Example: fix grammar
Line 228:
</syntaxhighlight>
 
This is just a representation of howwhat CIL looks like near VM-level. When compiled the methods are stored in tables and the instructions are stored as bytes inside the assembly, which is a [[Portable Executable]] (PE).
 
==Generation==