]> git.sesse.net Git - plocate/commit - plocate.cpp
Move TurboPFor compilation to its own compilation unit.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Thu, 8 Oct 2020 21:57:23 +0000 (23:57 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Thu, 8 Oct 2020 21:57:23 +0000 (23:57 +0200)
commit9b18498b6959f908db04d2c46fc3af46221fb96c
tree5675b5b363d9fbaa27030002c3bbd10b9149028d
parente10f92d401f89b610a091623a7005aeeb243e4f9
Move TurboPFor compilation to its own compilation unit.

This file takes so long to compile, especially with optimization
and/or ASan on, that it became a real annoyance whenever we were
modifying plocate.cpp for anything else. Takes away some genericness
we don't really use.

We could do the same thing with the encoder if need be.
meson.build
plocate.cpp
turbopfor.cpp [new file with mode: 0644]
turbopfor.h