[Mono-dev] Replacing/Removing I18N

Miguel de Icaza miguel at ximian.com
Mon Oct 9 19:15:55 EDT 2006


Hello,

> * Creating the binary data should be simple when generating from a .Net VM. 
> Would it be allowed to gernerate directly from MS.Net? From Portable.Net? 
> (obviously from Mono is no problem, but would not allow to ADD data)

I did not understand this question at all.

> * Size of a memmaped page?

4k or 8k, depending on the platform.

> * Growth in *file*size for corelib acceptable? Altogether probably 5-10MB

Do we really need to grow corlib?   What do you have in mind?

Couldnt we just use static data, and access that as a resource?  (Mono
uses mmap for resources in the file)

Am not sure how much code vs tables lives in the I18N libraries, do you
have details?

> * Other sideeffects possible?
> 
> 
> Greetings
> Andreas 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
-- 
Miguel de Icaza <miguel at ximian.com>



More information about the Mono-devel-list mailing list