On Tue 20-12-16 14:54:35, Mel Gorman wrote:
> On Tue, Dec 20, 2016 at 03:35:02PM +0100, Michal Hocko wrote:
> > On Tue 20-12-16 14:28:45, Mel Gorman wrote:
> > > On Tue, Dec 20, 2016 at 02:26:43PM +0100, Michal Hocko wrote:
> > > > On Tue 20-12-16 13:10:40, Mel Gorman wrote:
> > > > > On Tue, Dec 2
On 20/12/2016 8:31 PM, Mel Gorman wrote:
On Mon, Dec 12, 2016 at 01:59:07PM +0800, Jia He wrote:
In commit b9f00e147f27 ("mm, page_alloc: reduce branches in
zone_statistics"), it reconstructed codes to reduce the branch miss rate.
Compared with the original logic, it assumed if !(flag & __GFP_
On 20/12/2016 5:18 PM, Michal Hocko wrote:
On Mon 12-12-16 13:59:07, Jia He wrote:
In commit b9f00e147f27 ("mm, page_alloc: reduce branches in
zone_statistics"), it reconstructed codes to reduce the branch miss rate.
Compared with the original logic, it assumed if !(flag & __GFP_OTHER_NODE)
On 12/20/2016 10:18 AM, Michal Hocko wrote:
> On Mon 12-12-16 13:59:07, Jia He wrote:
>> In commit b9f00e147f27 ("mm, page_alloc: reduce branches in
>> zone_statistics"), it reconstructed codes to reduce the branch miss rate.
>> Compared with the original logic, it assumed if !(flag & __GFP_OTHER_N
On Tue, Dec 20, 2016 at 03:35:02PM +0100, Michal Hocko wrote:
> On Tue 20-12-16 14:28:45, Mel Gorman wrote:
> > On Tue, Dec 20, 2016 at 02:26:43PM +0100, Michal Hocko wrote:
> > > On Tue 20-12-16 13:10:40, Mel Gorman wrote:
> > > > On Tue, Dec 20, 2016 at 10:18:14AM +0100, Michal Hocko wrote:
> > >
On 12/20/2016 03:35 PM, Michal Hocko wrote:
> On Tue 20-12-16 14:28:45, Mel Gorman wrote:
>> On Tue, Dec 20, 2016 at 02:26:43PM +0100, Michal Hocko wrote:
>>> On Tue 20-12-16 13:10:40, Mel Gorman wrote:
On Tue, Dec 20, 2016 at 10:18:14AM +0100, Michal Hocko wrote:
> On Mon 12-12-16 13:59:0
On Tue, Dec 20, 2016 at 02:28:45PM +, Mel Gorman wrote:
> On Tue, Dec 20, 2016 at 02:26:43PM +0100, Michal Hocko wrote:
> > On Tue 20-12-16 13:10:40, Mel Gorman wrote:
> > > On Tue, Dec 20, 2016 at 10:18:14AM +0100, Michal Hocko wrote:
> > > > On Mon 12-12-16 13:59:07, Jia He wrote:
> > > > > I
On Tue 20-12-16 14:28:45, Mel Gorman wrote:
> On Tue, Dec 20, 2016 at 02:26:43PM +0100, Michal Hocko wrote:
> > On Tue 20-12-16 13:10:40, Mel Gorman wrote:
> > > On Tue, Dec 20, 2016 at 10:18:14AM +0100, Michal Hocko wrote:
> > > > On Mon 12-12-16 13:59:07, Jia He wrote:
> > > > > In commit b9f00e1
On Tue, Dec 20, 2016 at 02:26:43PM +0100, Michal Hocko wrote:
> On Tue 20-12-16 13:10:40, Mel Gorman wrote:
> > On Tue, Dec 20, 2016 at 10:18:14AM +0100, Michal Hocko wrote:
> > > On Mon 12-12-16 13:59:07, Jia He wrote:
> > > > In commit b9f00e147f27 ("mm, page_alloc: reduce branches in
> > > > zon
On Tue 20-12-16 13:10:40, Mel Gorman wrote:
> On Tue, Dec 20, 2016 at 10:18:14AM +0100, Michal Hocko wrote:
> > On Mon 12-12-16 13:59:07, Jia He wrote:
> > > In commit b9f00e147f27 ("mm, page_alloc: reduce branches in
> > > zone_statistics"), it reconstructed codes to reduce the branch miss rate.
>
On Tue, Dec 20, 2016 at 10:18:14AM +0100, Michal Hocko wrote:
> On Mon 12-12-16 13:59:07, Jia He wrote:
> > In commit b9f00e147f27 ("mm, page_alloc: reduce branches in
> > zone_statistics"), it reconstructed codes to reduce the branch miss rate.
> > Compared with the original logic, it assumed if !
On Mon, Dec 12, 2016 at 01:59:07PM +0800, Jia He wrote:
> In commit b9f00e147f27 ("mm, page_alloc: reduce branches in
> zone_statistics"), it reconstructed codes to reduce the branch miss rate.
> Compared with the original logic, it assumed if !(flag & __GFP_OTHER_NODE)
> z->node would not be equa
On Mon 12-12-16 13:59:07, Jia He wrote:
> In commit b9f00e147f27 ("mm, page_alloc: reduce branches in
> zone_statistics"), it reconstructed codes to reduce the branch miss rate.
> Compared with the original logic, it assumed if !(flag & __GFP_OTHER_NODE)
> z->node would not be equal to preferred_z
In commit b9f00e147f27 ("mm, page_alloc: reduce branches in
zone_statistics"), it reconstructed codes to reduce the branch miss rate.
Compared with the original logic, it assumed if !(flag & __GFP_OTHER_NODE)
z->node would not be equal to preferred_zone->node. That seems to be
incorrect.
Fixes: c
14 matches
Mail list logo