How to Implement Your First Compiler Feature:The Story of Concepts in Clang - Saar Raz - CppCon 2019

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 8

  • @CBAwesome
    @CBAwesome 4 года назад +28

    this talk deserves much praise, inspiring and motivating; was not expecting such a relatable and heart-warming story of compiler hacking

  • @absurdengineering
    @absurdengineering 4 года назад +16

    This talk is brilliant. It is perfect for someone with no deep knowledge of either gcc or clang code base, and fills in all the blanks required to understand what’s presented.
    LLVM’s “dislike for big changes” is something that I instinctively use in my own work, with extensive history rewriting to keep the logical progression of incremental changes. Then, looking at some changes years later doesn’t make me hate my past self :)

  • @ronensuperexplainer
    @ronensuperexplainer 2 года назад +3

    סער, אנחנו מתכנתי ה- C++ בישראל גאים בך!

  • @YourCRTube
    @YourCRTube 4 года назад +7

    Very interesting and inspirational talk. I am (was?) the kind of person that thinks compiler writing is for "certain kind of people" (why would be so little compilers and compiler writers otherwise?), but this gives me a different perspective, I might actually take a look.

  • @zuzudernegger9721
    @zuzudernegger9721 4 года назад +9

    What is the status of merging Concepts into Clang? Will that happen before the next Clang release?

    • @mapron1
      @mapron1 4 года назад

      according to cxx_status page, it merged into Clang 10

  • @sajithnandasena
    @sajithnandasena Год назад

    Great talk. 😍

  • @blakersquakers
    @blakersquakers 3 года назад +1

    Great speaking