Doc Doc
authorMiguel de Icaza <miguel@gnome.org>
Mon, 2 Jul 2001 05:04:06 +0000 (05:04 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 2 Jul 2001 05:04:06 +0000 (05:04 -0000)
svn path=/trunk/mono/; revision=48

notes/cil

index eaf550b9fe22073eace85070eb95aa4d5a264a34..458aca543bac6ddd59af3252ba312dcd8f3fe168 100644 (file)
--- a/notes/cil
+++ b/notes/cil
@@ -4,3 +4,10 @@ Random collection of notes
          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.
+