У нас вы можете посмотреть бесплатно 2019 LLVM Developers’ Meeting: T. Treyer “Memoro: Scaling an LLVM-based Heap profiler” или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
http://llvm.org/devmtg/2019-10/ — Memoro: Scaling an LLVM-based Heap profiler - Thierry Treyer Slides: https://llvm.org/devmtg/2019-10/slide... — Memoro is a heap profiler built using the LLVM Sanitizer infrastructure. It instruments your program during the compilation and its visualiser helps you navigate the collected profile by highlighting bad patterns, such as frequent allocation and waste of memory. Collecting data proved to be a challenge: instrumented programs don't meet our expectations and the run-time overhead makes Memoro impractical to use on larger services. This talk presents our work to overcome those constraints, understand the source of the overhead and reduce it, so Memoro can be applied more easily on Facebook services. — Videos Filmed & Edited by Bash Films: http://www.BashFilms.com