Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Issue 679433003: Possible optimization to SkString (Closed)

Created:
6 years, 2 months ago by joshua.litt
Modified:
6 years, 2 months ago
Reviewers:
joshualitt, mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Possible optimization to SkString BUG=skia: Committed: https://skia.googlesource.com/skia/+/976386b75d883eebaa4d2f19c4ae0222f3f85c0a

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : feedback inc #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : assert cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -17 lines) Patch
M src/core/SkString.cpp View 1 2 3 4 5 3 chunks +24 lines, -17 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
joshualitt
Mike, was there any reason you can think of why we were doing this unneeded ...
6 years, 2 months ago (2014-10-23 22:45:47 UTC) #2
mtklein
I don't think SkString has really ever had much performance scrutiny. I agree that this ...
6 years, 2 months ago (2014-10-23 23:01:36 UTC) #3
joshualitt
Good idea with the assert. I like the idea of specialized append methods. Actually, I ...
6 years, 2 months ago (2014-10-23 23:13:46 UTC) #4
joshualitt
https://codereview.chromium.org/679433003/diff/80001/src/core/SkString.cpp File src/core/SkString.cpp (right): https://codereview.chromium.org/679433003/diff/80001/src/core/SkString.cpp#newcode563 src/core/SkString.cpp:563: SkASSERT(length >= 0); whoops I can remove these, will ...
6 years, 2 months ago (2014-10-23 23:16:37 UTC) #5
mtklein
lgtm
6 years, 2 months ago (2014-10-23 23:34:43 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/679433003/100001
6 years, 2 months ago (2014-10-24 01:14:46 UTC) #8
commit-bot: I haz the power
6 years, 2 months ago (2014-10-24 01:23:42 UTC) #9
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as 976386b75d883eebaa4d2f19c4ae0222f3f85c0a

Powered by Google App Engine
This is Rietveld 408576698