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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-07-02 09:04:06 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-02 09:04:06 +0400
commit5b7ac1ccdd4038e7e73e529786921627de005a37 (patch)
tree3ede777b8e05003d8cffd00137039483b8e3da9f /notes
parent0bf65263f73e46a924dd035a45fc30ead7f641ba (diff)
Doc Doc
svn path=/trunk/mono/; revision=48
Diffstat (limited to 'notes')
-rw-r--r--notes/cil7
1 files changed, 7 insertions, 0 deletions
diff --git a/notes/cil b/notes/cil
index eaf550b9fe2..458aca543ba 100644
--- 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.
+