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
It was noticed with type spliting #285 that there was a performance penalty for boolean-like types that were changed to another type. A very naiive translation to Word32's was able to improve their performance when split-types-bool always was enabled, indicating that there may be some cost to the current representation (such as their size, or perhaps bit order).
The text was updated successfully, but these errors were encountered:
jasoncarr0
changed the title
Represent small and unit list / natlike types as Word32/64s.
Represent enum-like and unit list/nat-like types as Word32/64s.
May 15, 2019
jasoncarr0
changed the title
Represent enum-like and unit list/nat-like types as Word32/64s.
Investigate representation issues for enum-like types
May 16, 2019
It was noticed with type spliting #285 that there was a performance penalty for boolean-like types that were changed to another type. A very naiive translation to Word32's was able to improve their performance when split-types-bool always was enabled, indicating that there may be some cost to the current representation (such as their size, or perhaps bit order).
The text was updated successfully, but these errors were encountered: