search for: 40045f

Displaying 2 results from an estimated 2 matches for "40045f".

Did you mean: 40045
2015 Feb 25
1
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...40044c: e8 df ff ff ff callq 400430 <random at plt> 400451: 83 3d f8 0b 20 00 01 cmpl $0x1,0x200bf8(%rip) # 601050 <x> 400458: b8 01 00 00 00 mov $0x1,%eax 40045d: 75 0b jne 40046a <main+0x2a> 40045f: 48 83 c4 08 add $0x8,%rsp 400463: c3 retq 400464: b8 01 00 00 00 mov $0x1,%eax 400469: c3 retq 40046a: 83 c8 ff or $0xffffffff,%eax 40046d: eb f0...
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