You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Word32 and Int32 values are represented boxed. Some benchmarks (e.g., DLX) may benefit from using an unboxed representation of Word32 values.
Also, conversions like Word.fromLargeWord o Word32.toLargeWord are problematic as they involve boxing! Perhaps we can find a better way to deal with these conversions...
The text was updated successfully, but these errors were encountered:
Currently Word32 and Int32 values are represented boxed. Some benchmarks (e.g., DLX) may benefit from using an unboxed representation of Word32 values.
Also, conversions like
Word.fromLargeWord o Word32.toLargeWord
are problematic as they involve boxing! Perhaps we can find a better way to deal with these conversions...The text was updated successfully, but these errors were encountered: