[Haskell] Expecting more inlining for bit shifting

Bulat Ziganshin bulat.ziganshin at gmail.com
Tue Oct 10 09:19:42 EDT 2006


Hello roconnor,

Monday, October 9, 2006, 3:41:00 AM, you wrote:

> JMP_((W_)&Main_zdwshift_info);

> My question is, why the discrepency?

because it was not inlined at all? try to add INLINE pragmas:

{-# INLINE shift #-}




-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell mailing list