[mono-api-html] Prettier output using singular and plural forms in sections
[mono-project.git] / notes / cil
blob458aca543bac6ddd59af3252ba312dcd8f3fe168
1 Random collection of notes
3         * What is the point of having the InlineVar argument to
4           opcodes be a signed integer instead of unsigned?
7 Storage
9         The CIL metadata is a very compressed file format, even the 
10         sizes of blobs and strings are recorded in a compressed form.
11         Still, all strings are encoded using 16-bit chars, instead of the
12         more efficient UTF-8.