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

Issue 693993002: Revert of Turn SkTaskGroups back on. (Closed)

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

Description

Revert of Turn SkTaskGroups back on. (patchset #1 id:1 of https://codereview.chromium.org/687263007/) Reason for revert: precautionary revert. may have caused WinXP crashes on Chrome tree: https://code.google.com/p/chromium/issues/detail?id=429207 Original issue's description: > Turn SkTaskGroups back on. > > Revert "Disable SkTaskGroup in SkMultiPictureDraw temporarily." > Revert "Revert harder, removing SkTaskGroup.cpp from core temporarily." > > NOTREECHECKS=true > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/2100c5ed7a5e5470a04e7af7309d8bd3fc4249f7 TBR=reed@google.com,mtklein@chromium.org NOTREECHECKS=true NOTRY=true BUG=skia: Committed: https://skia.googlesource.com/skia/+/e9f7fbfaeed73e36b1b6d0d55dbb2ad4f121e1b7

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -2 lines) Patch
M gyp/SampleApp.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M gyp/core.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
M gyp/dm.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M gyp/pathops_skpclip.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M gyp/pathops_unittest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M gyp/tools.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkMultiPictureDraw.cpp View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
mtklein
Created Revert of Turn SkTaskGroups back on.
6 years, 1 month ago (2014-10-31 18:29:46 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/693993002/1
6 years, 1 month ago (2014-10-31 18:30:10 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1) as e9f7fbfaeed73e36b1b6d0d55dbb2ad4f121e1b7
6 years, 1 month ago (2014-10-31 18:30:25 UTC) #3
reed2
On 2014/10/31 18:30:25, I haz the power (commit-bot) wrote: > Committed patchset #1 (id:1) as ...
6 years, 1 month ago (2014-11-01 19:58:52 UTC) #4
mtklein
On 2014/11/01 19:58:52, reed2 wrote: > On 2014/10/31 18:30:25, I haz the power (commit-bot) wrote: ...
6 years, 1 month ago (2014-11-01 20:55:58 UTC) #5
mtklein
On 2014/11/01 20:55:58, mtklein wrote: > On 2014/11/01 19:58:52, reed2 wrote: > > On 2014/10/31 ...
6 years, 1 month ago (2014-11-01 22:15:52 UTC) #6
mtklein
OK, this is definitely the SkTaskGroup CL. I've reproduced the failures on an XP machine. ...
6 years, 1 month ago (2014-11-03 21:01:31 UTC) #7
reed1
On 2014/11/03 21:01:31, mtklein wrote: > OK, this is definitely the SkTaskGroup CL. I've reproduced ...
6 years, 1 month ago (2014-11-03 21:47:57 UTC) #8
mtklein
On 2014/11/03 21:47:57, reed1 wrote: > On 2014/11/03 21:01:31, mtklein wrote: > > OK, this ...
6 years, 1 month ago (2014-11-03 21:51:46 UTC) #9
reed1
6 years, 1 month ago (2014-11-03 21:52:47 UTC) #10
Message was sent while issue was closed.
On 2014/11/03 21:51:46, mtklein wrote:
> On 2014/11/03 21:47:57, reed1 wrote:
> > On 2014/11/03 21:01:31, mtklein wrote:
> > > OK, this is definitely the SkTaskGroup CL.  I've reproduced the failures
on
> an
> > > XP machine.  At process startup, a dialog pops up reminding us that
> condition
> > > variables are not supported on XP/2003, and the code fails to dynamically
> > link.
> > > 
> > > http://www.chromium.org/developers/lock-and-condition-variable has some
> > pointers
> > > for this problem, but I think I'm probably just going to look for a way to
> > > cleave XP out and force it down a single-threaded path at compile time.
> > 
> > Great job finding this.
> 
> These "threads" things better be worth it.

hehehe

Powered by Google App Engine
This is Rietveld 408576698