Deep dive on native AOT

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

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

  • @montytrollic
    @montytrollic หลายเดือนก่อน +24

    wait, thats the guy who made bflat compiler.

    • @tomtoups
      @tomtoups หลายเดือนก่อน +1

      YES. i just noticed that too when I took a closer look at his photo thumbnail and recognized him from Github. He is the man. He wrote C# code that could run in kernel mode and another that could run direclty on boot up interfacing with UEFI libraries to launch a game without even an OS!!!!

    • @royalt4580
      @royalt4580 หลายเดือนก่อน

      Yup. I wonder if he will add manual heap deallocations to bflat and zerolib. You can literally make a uefi boot loader using that.

  • @markusn4614
    @markusn4614 หลายเดือนก่อน +10

    CosmosDb SDK, (simplified AOT version of) EF Core and Blazor web apps would be good targets for next AOT support.

  • @realivanjx
    @realivanjx หลายเดือนก่อน +2

    would be nice if blazor hybrid can be aot compiled

  • @aossss100
    @aossss100 หลายเดือนก่อน +3

    EntityFramework - choice #1
    Blazor - next :)

  • @Mtylgd
    @Mtylgd หลายเดือนก่อน +2

    So if I want to support the latest cpu extensions, maybe the best choice is to stay with JIT instead of AOT? It sounds like JIT is the one that can take the most advantage of the latest extensions across a broad range of cpus.

    • @Mtylgd
      @Mtylgd หลายเดือนก่อน +1

      But then again unless they are extensions that will benefit my app, AOT might be the best way to go. 🤔

  • @ivandrofly
    @ivandrofly หลายเดือนก่อน +1

    Would be nice if links shown in tne end 😊were shared in description of the video

  • @DevelTime
    @DevelTime หลายเดือนก่อน

    For example -- 24:42 did you check what you are showing at all?

  • @emilivanec
    @emilivanec หลายเดือนก่อน

    great info

  • @jabak7094
    @jabak7094 22 วันที่ผ่านมา

    EF Core and Blazor web apps would be nice compile with AOT

  • @thejvmbender
    @thejvmbender 21 วันที่ผ่านมา

    MVC is not supported by AOT yet, that would be great addition for AOT 🤞

  • @jondoty
    @jondoty หลายเดือนก่อน

    My team would love improved support for running .NET libraries on iOS and Android devices in .NET 10!

  • @ivandrofly
    @ivandrofly หลายเดือนก่อน

    Thanks

  • @spudtaters8419
    @spudtaters8419 13 วันที่ผ่านมา

    Glad to see it is smaller on disk than Go. Keep it up, because I never want to use that terrible language.