Slide 17
Slide 17 text
Dynamic PGO
IsInstanceOfClass の実装詳細
或いはそもそも TypeHandle とは何か
https://learn.microsoft.com/en-us/archive/msdn-magazine/2005/may/net-framework-internals-how-the-clr-creates-runtime-objects
• Type 毎に MethodTalbe が1つ存在する
• TypeHandle は MethodTalbe へのポインタ
• MethodTable には Type に関する様々な情報
• 型の種別(class, struct, interface)
• 実装している interface の数
• 等々