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

Issue 348143002: speed up rgn building by inlining memcmp for 32bit values (Closed)

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

Description

speed up rgn building by inlining memcmp for 32bit values on mac/clang, using circularclips gm/bench - before: 400ms - after: 250ms BUG=skia: Committed: https://skia.googlesource.com/skia/+/b8f07988494a62fbe8fba70129b1bb9366e9f6ee

Patch Set 1 #

Total comments: 3

Patch Set 2 : clean up #

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

Messages

Total messages: 8 (0 generated)
reed1
6 years, 6 months ago (2014-06-20 18:36:57 UTC) #1
Tom Hudson
lgtm https://codereview.chromium.org/348143002/diff/1/src/core/SkRegion_path.cpp File src/core/SkRegion_path.cpp (right): https://codereview.chromium.org/348143002/diff/1/src/core/SkRegion_path.cpp#newcode18 src/core/SkRegion_path.cpp:18: #if 0 Nit: would we want to replace ...
6 years, 6 months ago (2014-06-20 18:50:05 UTC) #2
mtklein
https://codereview.chromium.org/348143002/diff/1/src/core/SkRegion_path.cpp File src/core/SkRegion_path.cpp (right): https://codereview.chromium.org/348143002/diff/1/src/core/SkRegion_path.cpp#newcode18 src/core/SkRegion_path.cpp:18: #if 0 On 2014/06/20 18:50:05, Tom Hudson wrote: > ...
6 years, 6 months ago (2014-06-20 19:20:38 UTC) #3
mtklein
On 2014/06/20 19:20:38, mtklein wrote: > https://codereview.chromium.org/348143002/diff/1/src/core/SkRegion_path.cpp > File src/core/SkRegion_path.cpp (right): > > https://codereview.chromium.org/348143002/diff/1/src/core/SkRegion_path.cpp#newcode18 > ...
6 years, 6 months ago (2014-06-20 19:22:07 UTC) #4
Tom Hudson
On 2014/06/20 19:20:38, mtklein wrote: > This might make a good candidate to move to ...
6 years, 6 months ago (2014-06-20 19:23:08 UTC) #5
reed1
The CQ bit was checked by reed@google.com
6 years, 6 months ago (2014-06-20 20:44:21 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/reed@google.com/348143002/20001
6 years, 6 months ago (2014-06-20 20:45:24 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-06-20 20:59:19 UTC) #8
Message was sent while issue was closed.
Change committed as b8f07988494a62fbe8fba70129b1bb9366e9f6ee

Powered by Google App Engine
This is Rietveld 408576698