ra’s avatarra’s Twitter Archive—№ 43,085

      1. i know my timeline has been a lot of revolution stuff and people mostly follow me for Cool Computer Things, so here's a cool thing that resolved because this issue i took out was patched github.com/microsoft/clrmd/issues/303
    1. …in reply to @ra
      ive been working on being able to view the machine code JIT compiled by the .NET Core at runtime and i can say its very very good. images are C# code, resulting machine code, C code, resulting machine code (for the Centroid function)
      oh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @ra
    for a somewhat nontrivial function the code the CLR generates is more or less identical to the code that a C compiler generates as far as i can tell. everything is inlined, SIMD operations are used, they're about the same length. really exciting to see how good this is!