search for: 1122,10

Displaying 4 results from an estimated 4 matches for "1122,10".

Did you mean: 112,10
2020 Jul 10
24
[PATCH 00/18] Allow architectures to override __READ_ONCE()
Hi all, This is version three of the patches I previously posted here: v1: https://lore.kernel.org/lkml/20191108170120.22331-1-will at kernel.org/ v2: https://lore.kernel.org/r/20200630173734.14057-1-will at kernel.org Changes since v2 include: * Actually add the barrier in READ_ONCE() for Alpha! * Implement Alpha's smp_load_acquire() using __READ_ONCE(), rather than the other
2020 Jun 30
32
[PATCH 00/18] Allow architectures to override __READ_ONCE()
Hi everyone, This is the long-awaited version two of the patches I previously posted in November last year: https://lore.kernel.org/lkml/20191108170120.22331-1-will at kernel.org/ I ended up parking the series while the READ_ONCE() implementation was being overhauled, but with that merged during the recent merge window and LTO patches being posted again [1], it was time for a refresh. The
2020 Jun 30
32
[PATCH 00/18] Allow architectures to override __READ_ONCE()
Hi everyone, This is the long-awaited version two of the patches I previously posted in November last year: https://lore.kernel.org/lkml/20191108170120.22331-1-will at kernel.org/ I ended up parking the series while the READ_ONCE() implementation was being overhauled, but with that merged during the recent merge window and LTO patches being posted again [1], it was time for a refresh. The
2007 Dec 20
0
13 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c test/trace
...h: (45) Hello World! (object) 17: toString! Hello World! 17: toString! @@ -1080,10 +1108,10 @@ true true 17: toString! 17: valueOf! --2147483648 +0 17: toString! Hello World! -Testing with: (45) true (object) +Testing with: (46) true (object) 18: toString! true 18: toString! @@ -1094,10 +1122,10 @@ true true 18: toString! 18: valueOf! --2147483648 +0 18: toString! true -Testing with: (46) _level0 (object) +Testing with: (47) _level0 (object) 19: toString! _level0 19: toString! @@ -1108,24 +1136,24 @@ true true 19: toString! 19: valueOf! --2147483648 +0 19: toString! _level0...