D11487: optimization of TextLineData::attribute
Jaime Torres Amate
noreply at phabricator.kde.org
Tue Apr 3 14:47:26 UTC 2018
jtamate added a comment.
In D11487#232555 <https://phabricator.kde.org/D11487#232555>, @mwolff wrote:
> WTF :D Your desktop CPU has clearly a better performance than my mobile CPU, no? Is AMD really so much worse here? How can that be - I don't get it :D
>
> Anyhow, I give up trying to understand this now - thanks a lot for your repeated input Jaime!
I've found the problem for the poor performance. In .kdesrc-buildrc, I have also a like cxxflags # -fsanitize=address -fsanitize=signed-integer-overflow -fsanitize=bounds-strict -fsanitize=undefined -fsanitize-recover=address
That line removes the -O2 from the compiler options. Added manually in the way of cxxflags -O2 -mtune=native # -fsanitize=address .....
I "only" get 10 seconds less, 22 seconds with the patch applied.
REPOSITORY
R39 KTextEditor
REVISION DETAIL
https://phabricator.kde.org/D11487
To: jtamate, #frameworks, #kate, cullmann
Cc: anthonyfieroni, dhaumann, mwolff, cullmann, michaelh, kevinapavew, ngraham, demsking, sars
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180403/1a8a1377/attachment.html>
More information about the Kde-frameworks-devel
mailing list