ASPLOS Keynote: The Golden Age of Compiler Design in an Era of HW/SW Co-design by Dr. Chris Lattner

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 30

  • @_____case
    @_____case 3 роки тому +76

    "LLVM... I'm a bit fond of this technology." - Chris Lattner

  • @MusicalBasics
    @MusicalBasics Рік тому +8

    A visionary and an icon.

  • @loading...3197
    @loading...3197 3 роки тому +15

    This is amazing! Very well presented.

  • @SalehElm
    @SalehElm 3 роки тому +4

    Thanks Chris for a great talk. Very insightful and informative.

  • @erdemmeydanli9410
    @erdemmeydanli9410 3 роки тому +4

    Excellent presentation. Thanks for the inspiring talk!

  • @wangyi8848
    @wangyi8848 3 роки тому +2

    Great Chris Lattner, very impressive!

  • @yuanjunren5220
    @yuanjunren5220 2 роки тому

    Thanks Chris for a great talk.

  • @Tesla_dd
    @Tesla_dd 3 роки тому +1

    Great talk Chris!

  • @mikafoxx2717
    @mikafoxx2717 9 місяців тому

    And this is why NVIDIA and Western Digital want RISC-V cores in their stuff, the ease of development. Plus, the instruction set is design for extremely simple decode logic, using set shifts from instruction encoding to registers for immediate instructions, directly wired register selection from the selection, a single location for sign extension bit.. so you can make a 15k gate, 32 bit processor with the embedded 16 or maybe all 32 registers. Even compressed instructions are just a direct LUT to an existing common base instruction.

  • @dgillies5420
    @dgillies5420 2 роки тому +3

    I was at Google 3-8Y ago and noticed that language tools just didn't scale. gdb would take 60s to start on a 200MB binary (600MB with symbols) and often wouldn't start at all, or lost track of where i was in the program.

    • @ZuhaBuba
      @ZuhaBuba 2 місяці тому

      what is gdb ?

    • @dgillies5420
      @dgillies5420 2 місяці тому

      @@ZuhaBuba gdb is the gnu debugger, lets you step through C, C++ code, and perhaps other gnu compiler languages ...

  • @fotonical
    @fotonical Рік тому

    Great talk

  • @renecouture3719
    @renecouture3719 3 роки тому +1

    Great talk!

  • @modolief
    @modolief 2 роки тому

    7:30 Watcom C compiler, I remember that!

  • @adrianojordao4634
    @adrianojordao4634 Рік тому

    Tx. You helped me.

  • @rpcme-for-reals
    @rpcme-for-reals 3 роки тому +1

    Excellent perspective and vision.

  • @edgeeffect
    @edgeeffect 7 місяців тому

    "let's go way back in time".... What, to when I'd already been a professional programmer for 10 years? ;)

  • @m1k3b7
    @m1k3b7 3 роки тому

    Really good, well done.

  • @deeplearningpartnership
    @deeplearningpartnership Рік тому

    Nice.

  • @MrShou46
    @MrShou46 3 роки тому

    Superb!!...

  • @apivovarov2
    @apivovarov2 Рік тому +1

    and now mojo!

  • @klam77
    @klam77 2 роки тому

    does it provide annotation or tags for handwritten notes so you can search later by tag name?

  • @Kenbomp
    @Kenbomp 3 роки тому +3

    Nice but hardware world is diff than open source software. Software can be used by everyone but hardware is still very locked in and . But they should aim for silly cheap projects that eventually grow. But very nice talk. Most talks don't even mention hw

    • @ryanleemartin7758
      @ryanleemartin7758 2 роки тому +5

      yeah but the hardware world is changing in case you haven't noticed

  • @georgespix7125
    @georgespix7125 Рік тому

    IF SSA used have you cross licecensed w IBM God bless Fran Allen

    • @skunkwerx9674
      @skunkwerx9674 2 місяці тому

      There are a hundred SSA optimizing compilers out there. Nobody is paying to license some idea from IBM, it’s not that unique.

  • @Lucretia9000
    @Lucretia9000 Рік тому

    No mention of VHDL nor that Wirth created hardware with his Oberon language way before chisel and this horrible python based stuff.