[xbuild] Add hooks for extending .sln builds.
[mono.git] / notes / cil
1 Random collection of notes
2
3         * What is the point of having the InlineVar argument to
4           opcodes be a signed integer instead of unsigned?
5
6
7 Storage
8
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.
13