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

Issue 919193002: Minimize SkTHash object copying (Closed)

Created:
5 years, 10 months ago by f(malita)
Modified:
5 years, 10 months ago
Reviewers:
mtklein
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Minimize SkTHash object copying AKA ref-constify the world. R=mtklein@google.com Committed: https://skia.googlesource.com/skia/+/79ca081b906b53ad0ee760042e3ea225f39de794

Patch Set 1 #

Patch Set 2 : rebased #

Patch Set 3 : drop debug include #

Total comments: 3

Patch Set 4 : relaxed same-val copy expectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -17 lines) Patch
M src/core/SkTHash.h View 1 2 3 11 chunks +16 lines, -15 lines 0 comments Download
M tests/HashTest.cpp View 1 2 3 3 chunks +65 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
f(malita)
So I was porting the SVG font family CL to use the new goodness, and ...
5 years, 10 months ago (2015-02-13 00:11:20 UTC) #1
mtklein
lgtm Aww shucks. https://codereview.chromium.org/919193002/diff/40001/src/core/SkTHash.h File src/core/SkTHash.h (right): https://codereview.chromium.org/919193002/diff/40001/src/core/SkTHash.h#newcode87 src/core/SkTHash.h:87: if (s.val != val) { Interesting. ...
5 years, 10 months ago (2015-02-13 00:37:22 UTC) #2
f(malita)
https://codereview.chromium.org/919193002/diff/40001/src/core/SkTHash.h File src/core/SkTHash.h (right): https://codereview.chromium.org/919193002/diff/40001/src/core/SkTHash.h#newcode87 src/core/SkTHash.h:87: if (s.val != val) { On 2015/02/13 00:37:22, mtklein ...
5 years, 10 months ago (2015-02-13 00:47:30 UTC) #3
f(malita)
https://codereview.chromium.org/919193002/diff/40001/src/core/SkTHash.h File src/core/SkTHash.h (right): https://codereview.chromium.org/919193002/diff/40001/src/core/SkTHash.h#newcode87 src/core/SkTHash.h:87: if (s.val != val) { On 2015/02/13 00:47:30, f(malita) ...
5 years, 10 months ago (2015-02-13 01:00:54 UTC) #5
mtklein
On 2015/02/13 01:00:54, f(malita) wrote: > https://codereview.chromium.org/919193002/diff/40001/src/core/SkTHash.h > File src/core/SkTHash.h (right): > > https://codereview.chromium.org/919193002/diff/40001/src/core/SkTHash.h#newcode87 > ...
5 years, 10 months ago (2015-02-13 01:28:42 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/919193002/60001
5 years, 10 months ago (2015-02-13 01:29:25 UTC) #8
commit-bot: I haz the power
5 years, 10 months ago (2015-02-13 01:32:53 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/79ca081b906b53ad0ee760042e3ea225f39de794

Powered by Google App Engine
This is Rietveld 408576698