Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cil « notes - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/notes/cil
blob: 458aca543bac6ddd59af3252ba312dcd8f3fe168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Random collection of notes

	* What is the point of having the InlineVar argument to
	  opcodes be a signed integer instead of unsigned?


Storage

	The CIL metadata is a very compressed file format, even the 
	sizes of blobs and strings are recorded in a compressed form.
	Still, all strings are encoded using 16-bit chars, instead of the
	more efficient UTF-8.