[Mono-list] Re: bug report for new JIT

Sergey Chaban serge@wildwestsoftware.com
Wed, 9 Apr 2003 19:15:35 +0300


> root appdomain: maybe someone can write a test that uses ldstr to load
> the same string in two different appdomains and check the string objects have
> the same address.

If this little test is correct then interned strings are shared between domains:
http://mono.eurosoft.od.ua/files/intern-test.tar.gz


Sergey