Re: [rust-dev] Vectorization

2011-11-22 Thread Lindsey Kuper
On Tue, Oct 11, 2011 at 6:22 PM, Lindsey Kuper wrote: > Has there ever been any discussion of vectorization (i.e., taking > advantage of LLVM's vector types) in Rust?  Patrick said that he'd > brought it up in passing before, but I don't think I've seen it come > up on the mailing list yet.  I'm t

Re: [rust-dev] Exceptions without exceptions (was Re: Writing cross-platform low-level code)

2011-11-22 Thread Graydon Hoare
On 21/11/2011 5:20 PM, Jeff Schultz wrote: I may not be understanding this correctly, but it seems to have security implications by breaking encapsulation. The caller-supplied handler will have access to values at the exception site that the caller would not normally be able to see. Couple co