If JIT could treat the calls like typeof(T).IsValueType, typeof(IInterface).IsAssingnableFrom(typeof(T)) etc. as JIT time constants that could allow us to write more performant generic code.
category:cq
theme:type-intrinsics
skill-level:intermediate
cost:large
If JIT could treat the calls like
typeof(T).IsValueType,typeof(IInterface).IsAssingnableFrom(typeof(T))etc. as JIT time constants that could allow us to write more performant generic code.category:cq
theme:type-intrinsics
skill-level:intermediate
cost:large