search for: 7434431b

Displaying 2 results from an estimated 2 matches for "7434431b".

Did you mean: 743441
2015 Feb 25
0
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...make these sorts of optimizations across function calls and even C source file boundaries without you needing to explicitly mark functions as such. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150225/7434431b/attachment-0001.html>
2015 Feb 25
2
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
Hey, On 25-02-15 18:05, Ilia Mirkin wrote: > On Wed, Feb 25, 2015 at 11:59 AM, Patrick Baggett > <baggett.patrick at gmail.com> wrote: >>> If code like >>> >>> x = *a; >>> pthread_mutex_lock or unlock or __memory_barrier() >>> y = *a; >>> >>> doesn't cause a to get loaded twice, then the compiler's in serious