Common Intermediate Language: Difference between revisions

Content deleted Content added
Example: copy editing
Example: linking
Line 228:
</syntaxhighlight>
 
This is just a representation of how CIL looks near the [[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==