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

raal <r...@post.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bisected
                 CC|                            |michael.me...@collabora.com
                   |                            |, r...@post.cz
         Whiteboard|bibisectRequest             |bibisected

--- Comment #4 from raal <r...@post.cz> ---
This seems to have begun at the below commit.
Adding Cc: to Michael Meeks ; Could you possibly take a look at this one?
Thanks


e5da9f16777c5f1840c442ed6038eac20bba18b3 is the first bad commit
commit e5da9f16777c5f1840c442ed6038eac20bba18b3
Author: Matthew Francis <mjay.fran...@gmail.com>
Date:   Sat Mar 14 20:20:46 2015 +0800

    source-hash-4467c67dc8bf17c67c70985c0d0ea64636884f9f

    commit 4467c67dc8bf17c67c70985c0d0ea64636884f9f
    Author:     Michael Meeks <michael.me...@collabora.com>
    AuthorDate: Wed May 28 00:06:20 2014 +0100
    Commit:     Michael Meeks <michael.me...@collabora.com>
    CommitDate: Wed May 28 00:09:11 2014 +0100

        ODS load perf: accelerate CompileXML for formula by stringify and
compare.

        For long columns of repeated formula, it is far faster to convert a
formula
        to a string and compare to see if the next cell in a column matches,
than
        it is to parse the formula string itself (sad but true).

        This saves 29s of 131s of load time for my (admittedly large) ODS file.

        Re-instate commit - with pCode now correctly intialized.

        Change-Id: Ib25840e7916c3e1c681c8100678770b7ab7222ab

/bibisect-44max$ git bisect log
# bad: [cf6ea17155fabb2a120ba07c150735591ac861d7]
source-hash-3f94c9e9ddfd807b449f3bb9b232cf2041fa12d2
# good: [fc71ac001f16209654d15ef8c1c4018aa55769f5]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
git bisect start 'latest' 'oldest'
# bad: [8cf60cc706948588e2f33a6d98b7c55d454e362a]
source-hash-f340f0454627939f1830826fb5cc53a90e6c62a4
git bisect bad 8cf60cc706948588e2f33a6d98b7c55d454e362a
# bad: [d9885f526fc7a09cc8f9f8ee643af1b966be24bb]
source-hash-d1465c64c6f64ad8dd25e40cdc69649b24b305ea
git bisect bad d9885f526fc7a09cc8f9f8ee643af1b966be24bb
# bad: [e3eab511ffbcd2e1e2c67e7a4fec162bb0b26b7a]
source-hash-dc9cc46f3223aff3f85d3ce9696178a5f4d3d087
git bisect bad e3eab511ffbcd2e1e2c67e7a4fec162bb0b26b7a
# good: [abcc1a4b07f3ef8bfeeed62b1902d8ba927e21d6]
source-hash-aa48af57531851a16204381854f1ee19ebb63a6a
git bisect good abcc1a4b07f3ef8bfeeed62b1902d8ba927e21d6
# bad: [3549a67ccceae76cddec02ae0fd7356eeb6437ca]
source-hash-ea15c9dc4da75fcd56e6b0dbce473b9e912fa4e2
git bisect bad 3549a67ccceae76cddec02ae0fd7356eeb6437ca
# bad: [b9edbe934e17d448d8ec7ec243f3b9b01dd40255]
source-hash-db3c6265cf355f88e6a746db7df17f13d2ab5885
git bisect bad b9edbe934e17d448d8ec7ec243f3b9b01dd40255
# bad: [cd008ee457db6681dd407d958b18225a73014146]
source-hash-461092aea109e798d349e7f2bb3e7665582b8e18
git bisect bad cd008ee457db6681dd407d958b18225a73014146
# good: [0a5725ec8a5437eb1d71f32ac0d472296051b4ec]
source-hash-c26ba0d35e91bc16b2bede7de2466633ec240b51
git bisect good 0a5725ec8a5437eb1d71f32ac0d472296051b4ec
# bad: [cd1c4e97c6c6abfa405bd0df0208037a8e364e82]
source-hash-a630c368f791a178e068fac542c00086ae594c2a
git bisect bad cd1c4e97c6c6abfa405bd0df0208037a8e364e82
# good: [846ebd935bea58d9ac66cfa92b347b5fccd7d062]
source-hash-35078f372dfba02ccb09050a74a56d266148d4d8
git bisect good 846ebd935bea58d9ac66cfa92b347b5fccd7d062
# good: [6e7f0add4f3a8924baa19adf0f767aba56ab24df]
source-hash-35a81048ca2c11d0a1092d8178e070127fd5711b
git bisect good 6e7f0add4f3a8924baa19adf0f767aba56ab24df
# bad: [e5da9f16777c5f1840c442ed6038eac20bba18b3]
source-hash-4467c67dc8bf17c67c70985c0d0ea64636884f9f
git bisect bad e5da9f16777c5f1840c442ed6038eac20bba18b3
# good: [e88b6e527acb43f8eb09d98360caff7437d5bb72]
source-hash-b3911e8adb34c6ee72577e58658b2cb72c6e79a3
git bisect good e88b6e527acb43f8eb09d98360caff7437d5bb72
# first bad commit: [e5da9f16777c5f1840c442ed6038eac20bba18b3]
source-hash-4467c67dc8bf17c67c70985c0d0ea64636884f9f

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

Reply via email to