headerscheck ccache support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема headerscheck ccache support
Дата
Msg-id b49e74d4-3cf9-4d1c-9dce-09f75e55d026@eisentraut.org
обсуждение исходный текст
Ответы Re: headerscheck ccache support
Re: headerscheck ccache support
Re: headerscheck ccache support
Список pgsql-hackers
Currently, headerscheck and cpluspluscheck are very slow, and they 
defeat use of ccache.  I have fixed that, and now they are much faster. :-)

The problem was (I think) that the test files are created in a 
randomly-named directory (`mktemp -d /tmp/$me.XXXXXX`), and this 
directory is named on the compiler command line, which is part of the 
cache key.

My solution is to create the test files in the build directory.  For 
example, for src/include/storage/ipc.h I generate

headerscheck_src_include_storage_ipc_h.c (or .cpp)

Now ccache works.  (And it's also a bit easier to debug everything with 
this naming.)

The observed speedup on Cirrus CI for headerscheck plus cpluspluscheck 
is from about 1min 20s to only 20s.  In local use, the speedups are similar.

(I noticed that on Cirrus CI, the first uncached run with this patch was 
quite a bit slower.  I don't know if this was because of the additional 
cache population that was happening, or if it was a fluke.  Maybe others 
can try it in their environments.  Maybe it's not a problem in the long 
run.)

Вложения

В списке pgsql-hackers по дате отправления: