Static Code Analysis - A Behind-the-scenes Look • Arno Haase • GOTO 2022

Static Code Analysis - A Behind-the-scenes Look • Arno Haase • GOTO 2022

GOTO Conferences

2 года назад

6,012 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@gianni_schicchi
@gianni_schicchi - 22.08.2022 15:33

Languages I'm used to, Objective-C 2.0 and Swift, have used static analysis successfully as a deterministic, automated memory management system at compile time, combined with reference counting, for quite some time on a mass scale. Curious why this hasn't become the norm for all higher-level languages as a replacement for garbage collection.

Ответить
@TheodoreRavindranath
@TheodoreRavindranath - 28.08.2022 19:08

I was always curious about how much does the static analyzer really "understand" about the code. Great talk! Thank you.

Ответить
@Horstlicious
@Horstlicious - 16.01.2024 21:48

Thanks for the talk!
In between I had some thoughts of "oh, that's why rust is not doing X"

Ответить