J
John Lam
------=_Part_3412_11152901.1127532352184
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
I'm implementing a CLR <-> Ruby bridge using Managed C++ and the Whidbey
(.NET 2.0 runtime).
There are a lot of novel things in my bridge since I completely avoid usin=
g
Reflection to invoke methods. Instead, I use the lightweight code generatio=
n
(LCG) feature the Whidbey runtime to emit IL instructions on the fly that
form "shims" that call the appropriate CLR object methods.
I'd like to provide an elegant implementation of delegate shimming as well=
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
I'm implementing a CLR <-> Ruby bridge using Managed C++ and the Whidbey
(.NET 2.0 runtime).
There are a lot of novel things in my bridge since I completely avoid usin=
g
Reflection to invoke methods. Instead, I use the lightweight code generatio=
n
(LCG) feature the Whidbey runtime to emit IL instructions on the fly that
form "shims" that call the appropriate CLR object methods.
I'd like to provide an elegant implementation of delegate shimming as well=