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

Issue 1774963002: work around leftshift for negative values (Closed)

Created:
4 years, 9 months ago by reed1
Modified:
4 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M src/core/SkEdge.cpp View 1 chunk +3 lines, -2 lines 2 comments Download

Messages

Total messages: 24 (11 generated)
reed1
4 years, 9 months ago (2016-03-08 14:10:55 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1774963002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1774963002/1
4 years, 9 months ago (2016-03-08 14:11:05 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/6859) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on ...
4 years, 9 months ago (2016-03-08 14:12:36 UTC) #7
caryclark
https://codereview.chromium.org/1774963002/diff/1/src/core/SkEdge.cpp File src/core/SkEdge.cpp (right): https://codereview.chromium.org/1774963002/diff/1/src/core/SkEdge.cpp#newcode331 src/core/SkEdge.cpp:331: SkFDot6 twoThird = (a + 6*b - c*15 + ...
4 years, 9 months ago (2016-03-08 14:20:23 UTC) #8
reed1
https://codereview.chromium.org/1774963002/diff/1/src/core/SkEdge.cpp File src/core/SkEdge.cpp (right): https://codereview.chromium.org/1774963002/diff/1/src/core/SkEdge.cpp#newcode331 src/core/SkEdge.cpp:331: SkFDot6 twoThird = (a + 6*b - c*15 + ...
4 years, 9 months ago (2016-03-08 14:26:44 UTC) #9
mtklein_C
Correct, left shifting any negative value is undefined (but often totally sensible, which is why ...
4 years, 9 months ago (2016-03-08 14:35:08 UTC) #11
caryclark
lgtm
4 years, 9 months ago (2016-03-08 14:37:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1774963002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1774963002/1
4 years, 9 months ago (2016-03-08 15:32:21 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/6872) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, ...
4 years, 9 months ago (2016-03-08 15:33:52 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1774963002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1774963002/1
4 years, 9 months ago (2016-03-08 16:11:50 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1774963002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1774963002/1
4 years, 9 months ago (2016-03-08 17:01:25 UTC) #21
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/aa5e1ae06b33841ad4efc9fbf4c8b2cd6236d58b
4 years, 9 months ago (2016-03-08 17:02:27 UTC) #23
mtklein_C
4 years, 9 months ago (2016-03-08 17:03:12 UTC) #24
Message was sent while issue was closed.
In my zeal to speed up the CQ, I disabled nanobench on Debug CPU trybots.
This means the ASAN trybot is not currently useful to see if we fixed this bug.
I'm going to land the CL, and take a look at how to focus down that
disabled-nanobench feature to not apply to *SANs.

Powered by Google App Engine
This is Rietveld 408576698