[rust-dev] Rust compilation times with FastISel?

2015-09-30 Thread Hayden Livingston
Has anybody tried using FastISel instead of regular ISel provided by LLVM? I remember that previously we couldn't use FastISel. Maybe that has changed? What instructions were we using that requires ISel and not FastISel? ___ Rust-dev mailing list

Re: [rust-dev] Rust compilation times with FastISel?

2015-09-30 Thread Erick Tryzelaar
I believe this mailing list has been retired. Instead, I'd recommend asking this question on https://internals.rust-lang.org. On Wed, Sep 30, 2015 at 2:43 PM, Hayden Livingston wrote: > Has anybody tried using FastISel instead of regular ISel provided by LLVM? > > I