Fei Peng
RSS FeedThe limits of my language mean the limits of my world.
Recent Posts
-
Does register selection matter to performance on x86 CPUs?
Instruction selection is a critical component of compilers, as different instructions can cause significant performance differences even when the semantics remain unchanged. Does register selection also affect performance (assuming the register selection does not lead to more or fewer register spills)?
-
Hardware intrinsic in .NET Core 3.0 - Introduction
Introduction to the new APIs of .NET Core 3.0 that allows lower level programming (e.g., SIMD programming) in C#.