Sidebar

Compilers

"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Compilers totikom 5 months ago 100%
Interview with Vadim Zaytsev - Beyond Parsing beyondparsing.com

[Dr. Vadim Zaytsev](http://grammarware.net/) a very famous researcher among insiders in the area of software renovation somewhat recently gave an interview to Federico Tomassetti a pretty famous software consultant in the narrow circles of DSL development and legacy systems migrations. (Taken from https://t.me/al_tch)

3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Compilers cmeerw 1 year ago 100%
TypeScript is Surprisingly OK for Compilers https://matklad.github.io/2023/08/17/typescript-is-surprisingly-ok-for-compilers.html
2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Compilers amoroso 1 year ago 100%
Demystifying Pratt Parsers https://martin.janiczek.cz/2023/07/03/demystifying-pratt-parsers.html
4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Compilers davidlunadeleon 2 years ago 100%
GCC Rust front-end approved by GCC Steering Committee https://gcc.gnu.org/pipermail/gcc/2022-July/239057.html
3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Compilers copacetic 4 years ago 100%
How does clang 2.7 hold up in 2021? gist.github.com
3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Compilers copacetic 4 years ago 100%
libfirm – Optimization and Machine Code Generation https://libfirm.org/
1
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Compilers SourceCode 4 years ago 33%
Checking Clang 11 with PVS-Studio https://habr.com/en/company/pvs-studio/blog/525246/

Every now and then, we have to write articles about how we've checked another fresh version of some compiler. That's not really much fun. However, as practice shows, if we stop doing that for a while, folks start doubting whether PVS-Studio is worth its title of a good catcher of bugs and vulnerabilities. What if the new compiler can do that too? Sure, compilers evolve, but so does PVS-Studio – and it proves, again and again, its ability to catch bugs even in high-quality projects such as compilers.

-1
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Compilers SourceCode 4 years ago 50%
PVS-Studio static code & Compilers https://www.viva64.com/en/tags/?q=Compiler

We have classified our blog posts in several topics. For example, you can learn about what the PVS-Studio static code analyzer is able to find in compilers.

0
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Compilers SourceCode 4 years ago 50%
PVS-Studio is now in Compiler Explorer! www.viva64.com

Not so long ago, a landmark event has happened: PVS-Studio appeared in Compiler Explorer! Now you can quickly and easily analyze the code for errors right on the godbolt.org site (Compiler Explorer). This feature opens up a large number of new possibilities – from quenching curiosity about the analyzer's abilities to being able to quickly share check results with a friend. This article will cover the topic on how to use these features. Caution – GIFs!

0
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Compilers SourceCode 4 years ago 66%
Checking the GCC 10 Compiler with PVS-Studio habr.com

The GCC compiler is written with copious use of macros. Another check of the GCC code using PVS-Studio once again confirms the opinion of our team that macros are evil in the flesh. Not only does the static analyzer struggle with reviewing such code, but also a developer. GCC developers are certainly used to the project and are well versed in it. Nonetheless, it is very difficult to understand something on the third hand. Actually, due to macros, it was not possible to fully perform code checking. However, the PVS-Studio analyzer, as always, showed that it can find errors even in compilers.

1
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Compilers SourceCode 5 years ago 60%
Checking the Ark Compiler Recently Made Open-Source by Huawei https://habr.com/en/company/pvs-studio/blog/478282/

During the summer of 2019, Huawei gave a series of presentations announcing the Ark Compiler technology. The company claims that this open-source project will help developers make the Android system and third-party software much more fluent and responsive. By tradition, every new promising open-source project goes through PVS-Studio for us to evaluate the quality of its code.

1
0