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

Issue 113693002: [oilpan] Remove ThreadAffinity::MainThreadOnly

Created:
7 years ago by haraken
Modified:
7 years ago
CC:
blink-reviews, kouhei+oilpan_chromium.org, adamk+oilpan_chromium.org, Mads Ager (chromium), abarth-chromium
Visibility:
Public.

Description

[oilpan] Remove ThreadAffinity::MainThreadOnly

Patch Set 1 : Remove threading affinity #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : Always uses thread-local storage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -2 lines) Patch
M Source/heap/ThreadState.h View 1 3 chunks +10 lines, -2 lines 0 comments Download
M Source/heap/ThreadState.cpp View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
haraken
PTAL. - May I land this CL to observe results of perf bots? If I ...
7 years ago (2013-12-12 06:33:46 UTC) #1
Mads Ager (chromium)
https://codereview.chromium.org/113693002/diff/1/Source/heap/ThreadState.h File Source/heap/ThreadState.h (right): https://codereview.chromium.org/113693002/diff/1/Source/heap/ThreadState.h#newcode231 Source/heap/ThreadState.h:231: if (LIKELY(s_mainThreadStackTop < &dummy && &dummy <= s_mainThreadStackBottom)) On ...
7 years ago (2013-12-12 06:51:56 UTC) #2
haraken
On 2013/12/12 06:51:56, Mads Ager (chromium) wrote: > https://codereview.chromium.org/113693002/diff/1/Source/heap/ThreadState.h > File Source/heap/ThreadState.h (right): > > ...
7 years ago (2013-12-12 07:06:21 UTC) #3
Erik Corry
ISTR that Mac is slowest at thread local storage, so unless we have a Mac ...
7 years ago (2013-12-12 07:33:10 UTC) #4
haraken
> ISTR that Mac is slowest at thread local storage, so unless we have a ...
7 years ago (2013-12-12 07:41:44 UTC) #5
Mads Ager (chromium)
7 years ago (2013-12-12 07:44:13 UTC) #6
Unfortunately, after upgrading to Mavericks I cannot build the branch
anymore so I'm afraid it will be hard to get numbers on Mac for this at
this point in time. :(


On Thu, Dec 12, 2013 at 8:41 AM, <haraken@chromium.org> wrote:

> ISTR that Mac is slowest at thread local storage, so unless we have a Mac
>> perf bot this excercise will not tell us what we need to know.
>>
>
> I'd guess that running Dromaeo with the patch set 3 in Mac will tell us
> rough
> estimation about the regression. (If you have a Mac environment now, I'd be
> happy if you could try the patch. (Sorry again, my Mac machine is
> out-dated and
> not working now...))
>
>
> https://codereview.chromium.org/113693002/
>

To unsubscribe from this group and stop receiving emails from it, send an email
to blink-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698