On 06/12/12 22:11, Johan Tibell wrote:
On Thu, Dec 6, 2012 at 1:34 PM, Simon Marlow <marlo...@gmail.com> wrote:
So are you going to add the two missing MachOps, MO_UF_Conv & MO_FU_Conv?

I'm trying to add those. I'm now thinking that I will use C calls
(which is still much faster than going via Integer) instead of
emitting some assembly, as the former is much easier but still allows
us to do the latter later. The LLVM backend will use the dedicated
LLVM instruction for conversions so it will generate really good code.

Sounds reasonable.

Cheers,
        Simon



_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to