lkml.org 
[lkml]   [2009]   [Jan]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: gcc inlining heuristics was Re: [PATCH -v7][RFC]: mutex: implement adaptive spinning
    > GCC 4.3.2. Maybe i missed something obvious?

    The typical use case of restrict is to tell it that multiple given
    arrays are independent and then give the loop optimizer
    more freedom to handle expressions in the loop that
    accesses these arrays.

    Since there are no loops in the list functions nothing changed.

    Ok presumably there are some other optimizations which
    rely on that alias information too, but again the list_*
    stuff is probably too simple to trigger any of them.

    -Andi



    \
     
     \ /
      Last update: 2009-01-21 09:41    [W:4.234 / U:0.392 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site