On Mon, Nov 18, 2002 at 11:55:27AM -0000, Simon Marlow wrote:
> What exactly are you trying to use -ffunction-sections for?  I'm pretty
> sure it won't work as things stand currently, unless you can guarantee
> to be able to find a text/data boundary symbol for the garbage collector
> (currently it has to be able to distinguish text from data, we're in the
> process of lifting the restriction but it's a lot of work).

Trying to garbage-collect unused functions to reduce the size of the
.text section.


Bill
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to