Using associated data types to create unpacked data structures
Johan Tibell
johan.tibell at gmail.com
Thu Aug 12 15:31:36 EDT 2010
On Thu, Aug 12, 2010 at 9:27 PM, <scooter.phd at gmail.com> wrote:
> C++ template instantiations are exported as weak linker symbols. It's just
> that the linker elides all of the implementations.
Yes and dead code elimination should also be able to get rid of much of the
code duplication even before it reaches the linker.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20100812/3541780f/attachment.html
More information about the Glasgow-haskell-users
mailing list