У нас вы можете посмотреть бесплатно 2014 LLVM Developers’ Meeting: “Supporting Precise Relocating Garbage Collection in LLVM ” или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
https://llvm.org/devmtg/2014-10/ — Supporting Precise Relocating Garbage Collection in LLVM - Philip Reames, Sanjoy Das Slides: http://llvm.org/devmtg/2014-10/Slides... — Generating efficient code that is compatible with common high performance garbage collector implementations will strengthen LLVM's ability to support languages with managed runtime environments. To support this common use case, we have built and are in the process of contributing a safepoint insertion pass which can rewrite optimized IR into a form which respects the invariants required by a fully relocating garbage collector, and a set of intrinsics which enable work towards efficient lowering of safepoints. We'll cover the motivation, high level design, and show off some examples. —