Common Intermediate Language: Difference between revisions

Content deleted Content added
Example: fix grammar
Example: copy editing
Line 228:
</syntaxhighlight>
 
This is just a representation of whathow CIL looks like near VMthe virtual-machine (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==