1
1

(coord_cache_entry_less): Another speed-up by declaring the

function as inline.
Этот коммит содержится в:
Roland Illig 2005-06-27 21:37:51 +00:00
родитель 1300633147
Коммит d991a41c9f
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -2,6 +2,8 @@
* view.c (is_nroff_sequence): Reordered the statements to gain
a speed-off of 30 percent on a 10 MB file.
(coord_cache_entry_less): Another speed-up by declaring the
function as inline.
2005-06-22 Pavel Tsekov <ptsekov@gmx.net>

Просмотреть файл

@ -693,7 +693,7 @@ enum ccache_type {
CCACHE_LINECOL
};
static gboolean
static inline gboolean
coord_cache_entry_less (const struct coord_cache_entry *a,
const struct coord_cache_entry *b, enum ccache_type crit,
gboolean nroff_mode)