Understanding Compiler Optimization

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

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

  • @sanae6k
    @sanae6k 2 года назад +4

    awesome talk, it's unfortunate that the recording sounds this bad :(

  • @ganeshprabhu465
    @ganeshprabhu465 4 года назад +3

    Really cool talk. Slides are impossible to read however. Are the slides available somewhere?

  • @juzujuzu4555
    @juzujuzu4555 6 лет назад +3

    I have been wondering, what kind of information we could provide within our source code, for example through annotations, that could help the compiler to optimize better or to allow completely new optimizations? We could add new annotations as we find more useful information for compilers. What kind of information the developer knows of how his code should work that the compiler could use?