C# What JIT Generates? - Integer Arithmetic

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 6

  • @10199able
    @10199able 4 ปีที่แล้ว +8

    please continue this series; I always wanted to know how all this work under the hood

  • @NullReferenceExcepti0n
    @NullReferenceExcepti0n 2 ปีที่แล้ว

    Kudos for the effort to create those videos Sir! It looks efortless but I know that this is a lot of work.

  • @CHITRANSHSHARMA
    @CHITRANSHSHARMA 4 ปีที่แล้ว +3

    loving this series

  • @thomastay1645
    @thomastay1645 4 ปีที่แล้ว +1

    This is a really clear, to the point, informational video!

  • @HowToMakeMobileGames
    @HowToMakeMobileGames 4 ปีที่แล้ว +1

    Great series. I’m curious, how did you do the benchmark showing the execution times? Is there a recommended way to test JIT assembly instructions? For me I would usually build a small C# or Unity application and use System.Diagnostics.StopWatch to time the calls. Would be interesting to hear what you think on this point

    • @LevelUppp
      @LevelUppp  4 ปีที่แล้ว

      I use benchmark dotnet or roll my own with warm-up and outlier removal phase.