search for: _active_

Displaying 4 results from an estimated 4 matches for "_active_".

Did you mean: active_
2006 Jan 17
1
Rails too Active?
I feel the need to protest about a disturbing trend in the vibrant RoR community - name dilution. ActiveRecord is called that precisely because it is that. The name come from Martin Fowler, and it expresses a class which is a database record, only _active_ - that is with methods & behaviors (unlike a classical database record, which is completely passive.) If you look in the ActiveRecord controller internals, you''ll see exactly that. ActionController is also called that because it is that. Fowler describes different models for Cont...
2004 Aug 06
4
Re: Fwd: More fallback handling
...sconnected anymore. The obvious pitfall and it's non-obvious solution is that, on stream connect, I appear to steal the clients from it's fallback. Because of the way fallback streams are found, clients are _not_ stolen from a stream's fallback, but in fact are stolen from the first _active_ fallback. This is an important distinction because it makes it unnecessary to walk the fallback chain on source connection, as one may think is needed to collect all fallbacks' clients. Because of the way I implemented it, in a fallback chain, only the topmost source will _ever_ have client...
2018 Apr 16
1
RFC: Supporting the RISC-V vector extension in LLVM
Hi, Comments below On 13 April 2018 at 16:52, Robin Kruppe <robin.kruppe at gmail.com<mailto:robin.kruppe at gmail.com>> wrote: On 13 April 2018 at 14:37, Graham Hunter <Graham.Hunter at arm.com<mailto:Graham.Hunter at arm.com>> wrote: Hi, Nice to see another group tackling length agnostic vectorization :) I'm still reading through all the details, but I do have one
2018 Jul 02
3
[RFC][SVE] Supporting SIMD instruction sets with variable vector lengths
Hi, i am the main author of RV, the Region Vectorizer (github.com/cdl-saarland/rv). I want to share our standpoint as potential users of the proposed vector-length agnostic IR (RISC-V, ARM SVE). -- support for `llvm.experimental.vector.reduce.*` intrinsics -- RV relies heavily on predicate reductions (`or` and `and` reduction) to tame divergent loops and provide a vector-length agnostic