Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет LWN.net ([info]syn_lwnheadline)
@ 2019-09-27 21:15:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[$] Compiling to BPF with GCC
The addition of extended BPF to the kernel has opened up a whole range of
use cases, but few developers actually write BPF code. It is, like any
other assembly-level language, a tedious pain to work with; developers
would rather use a higher-level language. For BPF, the language of choice
is C, which is compiled to BPF with the LLVM compiler. But, as Jose
Marchesi described during the Toolchains
microconference
at the 2019 Linux
Plumbers Conference, LLVM will soon have company, as he has just added
support for a BPF back-end to the GCC compiler.


(Читать комментарии) (Добавить комментарий)