2023 EuroLLVM - Tutorial: A whirlwind tour of the LLVM optimizer

preview_player
Показать описание
2023 European LLVM Developers' Meeting
------
Tutorial: A whirlwind tour of the LLVM optimizer
Speaker: Nikita Popov
------
-----
This is a tour of LLVM's optimization pipeline: It provides an overview of all important optimization passes and analyses, as well as how they work together and fit into the overall optimization pipeline.
-----
Рекомендации по теме
Комментарии
Автор

I have been waiting for a talk exactly like this. Thank you!

abuyoyo
Автор

A really useful and easy-to-follow talk! Well done!!

AndreyBokhanko-cy
Автор

Thanke a lot for this exact, to the point seminar on opt

shikharjain
Автор

OMG, really thanks. Lucky see this viedo.

zkindle
Автор

Yes, the lack of de-esser is obvious, but not critical.

leonid
Автор

Very nice talk and presentation, however I cannot wrap my head around a 45 gigabyte LLVM Library when a normal Interpreter language only requires about 100 mb of package space.

That is an absurdly large program just to do what Python is doing at far less cost and without wearing your machine out each time it runs.

The wear on switching alone with a program that large does damage to a machine allot faster than normal operation. So really what good is having LLVM when using it and your Computer has to be replaced every five months?

You guys are going backwards not forwards.

aboutmount