Talk:Performance/Data types

From HaskellWiki
< Talk:Performance
Revision as of 00:18, 6 May 2008 by Dbueno (talk | contribs) (newtype optimisation clarification request)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • In the newtypes section, could the first paragraph be clearer about the caveat "in most cases"? That is, could it point when using a newtype will not be optimised away? I myself was (am) under the impression that newtype is always optimised away. When can't/won't it be?