search for: 120445

Displaying 3 results from an estimated 3 matches for "120445".

Did you mean: 10445
2018 Jan 22
0
LLVM Weekly - #212, Jan 22nd 2018
...#39;t legal for the target. * Adrian Prantl kicked off a discussion about [improving the LLDB test suite to support out-of-tree builds](http://lists.llvm.org/pipermail/lldb-dev/2018-January/013111.html). * Renato Golin shares his [perspective](http://lists.llvm.org/pipermail/llvm-dev/2018-January/120445.html) on remaining work to be done on vectorisation in LLVM. * Pavel Labath is curious if [anyone else is interested in DWARF5 accelerator table support](http://lists.llvm.org/pipermail/llvm-dev/2018-January/120499.html). * Sjoerd Meijer has [revived](http://lists.llvm.org/pipermail/llvm-dev/2018...
2006 Jun 02
5
Read-write locks in libzpool
Hi, I think I found a bug in the rw_enter() implementation (emulation?) in libzpool, file /usr/src/lib/libzpool/common/kernel.c: void rw_enter(krwlock_t *rwlp, krw_t rw) { ASSERT(!RW_LOCK_HELD(rwlp)); ASSERT(rwlp->rw_owner != (void *)-1UL); ASSERT(rwlp->rw_owner != curthread); if (rw == RW_READER) (void) rw_rdlock(&rwlp->rw_lock); else (void)
2011 Jun 09
3
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
Current dragonegg svn has all of the -fplugin-arg-dragonegg-enable-gcc-optzns bugs for usage with -ffast-math -O3 addressed except for those related to PR2314. Using the -fno-tree-vectorize option, we can evaluate the current state of -fplugin-arg-dragonegg-enable-gcc-optzns with the Polyhedron 2005 benchmarks compared to stock dragonegg and stock gcc 4.5.4. The runtime benchmarks below show that