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

Buovjaga <ilmari.lauhakan...@libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilmari.lauhakangas@libreoff
                   |                            |ice.org

--- Comment #17 from Buovjaga <ilmari.lauhakan...@libreoffice.org> ---
bunkem: just to be clear, before starting a bisecting session, you check both
the master commit and the oldest commit in the repository. If the bug is not
seen in the oldest, but is in master, you can start.

Now, if you have doubts about the result, you can double-check by doing

git checkout 846a5c424a6c16dc07eefb6827b362efed5075b1

Test, if the slowness is there. Then, do

git checkout HEAD^

to go to the preceding commit and test again. If the slowness is still there,
your result is wrong.

At least there is *some* plausibility regarding Jim's commit as it was adding
an extra check in a loop, but I guess the loop should run a huge number of
times in order to show such a slowdown.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to