https://bugs.freedesktop.org/show_bug.cgi?id=78479
--- Comment #6 from Michael Meeks <[email protected]> --- Hah :-) it seems that in fact that at least one big chunk of the cost is not UNO loading anything but some internal dlopen in the breakiterator: xdictionary::xdictionary(const sal_Char *lang) : ... OUStringBuffer aBuf( strlen(lang) + 7 + 4 ); // mostly "*.dll" (with * == dict_zh) #endif aBuf.appendAscii( "dict_" ).appendAscii( lang ).appendAscii( SAL_DLLEXTENSION ); hModule = osl_loadModuleRelative( &thisModule, aBuf.makeStringAndClear().pData, SAL_LOADMODULE ... etc. which looks like a more fruitful place to start :-) Thanks ! -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
