https://bugs.documentfoundation.org/show_bug.cgi?id=99311

            Bug ID: 99311
           Summary: Kill Pagein for good
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: bjoern.michael...@canonical.com

The original Pagein was intended to speed up starting LibreOffice. On SSDs --
which is the majority of disks these days -- its actually counterproductive,
also it has pointless code like:
 p[strlen(p)] = '\0';
at desktop/unx/source/pagein.c:57 -- which, at best, is taking a long time to
do nothing.

So this EasyHack is to remove Pagein completely from LibreOffice. A starting
point is:


http://opengrok.libreoffice.org/search?q=Pagein&project=core&defs=&refs=&path=&hist=

desktop/, desktop/unx/source/, solenv/gbuild/, scp2/source/ooo/,
bin/distro-install-file-lists, Makefile.in all need to be cleaned up. Stuff in
sal/osl/ is unrelated and should be left alone.

related discussion on: https://gerrit.libreoffice.org/#/c/23872/

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to