search for: 40044a

Displaying 2 results from an estimated 2 matches for "40044a".

Did you mean: 40044
2015 Feb 25
1
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...oes the same, replace the barrier with random(): 0000000000400440 <main>: 400440: 83 3d 09 0c 20 00 01 cmpl $0x1,0x200c09(%rip) # 601050 <x> 400447: 74 1b je 400464 <main+0x24> 400449: 50 push %rax 40044a: 31 c0 xor %eax,%eax 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...
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