2007-05-10から1日間の記事一覧

JITの参照範囲チェックをスキップ?

C# IL

id:siokoshou:20070505 のコードにもう一つ問題がありました。 DynamicMethod dm = new DynamicMethod( "Compare", typeof( int ), new Type[] { t, t }, this.GetType() ); (tは typeof( T )) として、動的メソッドを FastPropertyComparer クラスのメソッ…