У нас вы можете посмотреть бесплатно 2022 LLVM Dev Mtg: Challenges Of Enabling Golang Binaries Optimization By BOLT или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
2022 LLVM Developers' Meeting https://llvm.org/devmtg/2022-11/ ------ Challenges Of Enabling Golang Binaries Optimization By BOLT Speaker: Vasily Leonenko, Vladislav Khmelevskyi ------ Slides: https://llvm.org/devmtg/2022-11/slide... ----- Golang is a very specific language, which compiles to an architecture-specific binary, but also uses its own runtime library, which in turn uses a version-specific data structures to support internal mechanisms like garbage collection, scheduling, reflection and others. BOLT is a post-link optimizer – it rearranges code and data locations in the output binary, so Golang-specific tables should also be updated according to performed modifications. In this talk, we will cover the status of current implementation of Golang support in BOLT, achieved optimization effect and challenges of enabling Golang binaries optimization by BOLT. ----- Videos Edited by Bash Films: http://www.BashFilms.com