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

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

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

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

Сообщества

Настроить S2

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



Пишет LWN.net ([info]syn_lwnheadline)
@ 2015-04-13 12:08:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Hubička: Link time and inter-procedural optimization improvements in GCC 5
Jan Hubička has posted a lengthy
discussion
of the optimization improvements found in the upcoming
GCC 5.0 release. "Identical code folding is a new pass
(contributed by Martin Liška, SUSE) looking for functions with the same
code and variables with the same constructors. If some are found, one copy
is removed and replaced one by an alias to another where possible. This is
especially important for C++ code bases that tend to contain duplicated
functions as a result of template instantiations.
"


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