Clarified comment

This commit is contained in:
Alexey Milovidov 2019-07-26 03:54:48 +03:00
parent 2442e65367
commit 3eb29c1950

View File

@ -148,7 +148,8 @@ int main(int argc_, char ** argv_)
std::set_new_handler(nullptr);
/// PHDR cache is required for query profiler to work reliably
/// It also speed up exception handling, but exceptions from dynamically loaded libraries (dlopen) won't work.
/// It also speed up exception handling, but exceptions from dynamically loaded libraries (dlopen)
/// will work only after additional call of this function.
updatePHDRCache();
#if USE_EMBEDDED_COMPILER