2008-03-20 Mark Probst <mark.probst@gmail.com>
authorMark Probst <mark.probst@gmail.com>
Thu, 20 Mar 2008 06:45:54 +0000 (06:45 -0000)
committerMark Probst <mark.probst@gmail.com>
Thu, 20 Mar 2008 06:45:54 +0000 (06:45 -0000)
commit30c97cb81da5e8e9ff5a06055d238ef63cba69db
treeb2fc14f70b2fde7d8452eba8f3e0d1eb933bfd48
parent6367c0e0477d13eab5ba168276059cb3fcf2320e
2008-03-20  Mark Probst  <mark.probst@gmail.com>

* generic-sharing.c, class-internals.h: Code for putting
reflection types into the runtime generic context.

2008-03-20  Mark Probst  <mark.probst@gmail.com>

* generic-sharing.c: Put reflection types in the extensible part
of the runtime generic context.

* mini.c: Generic sharing of the GetTypeHandle special case of the
ldtoken instruction.

2008-03-20  Mark Probst  <mark.probst@gmail.com>

* generics-sharing.2.cs: Test cases for ldtoken.

svn path=/trunk/mono/; revision=98658
mono/metadata/ChangeLog
mono/metadata/class-internals.h
mono/metadata/generic-sharing.c
mono/mini/ChangeLog
mono/mini/generic-sharing.c
mono/mini/mini.c
mono/tests/ChangeLog
mono/tests/generics-sharing.2.cs