(coord_cache_entry_less): Another speed-up by declaring the
function as inline.
Этот коммит содержится в:
родитель
1300633147
Коммит
d991a41c9f
@ -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)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user