
18 Dec
2015
18 Dec
'15
1:53 p.m.
On Fri, Dec 18, 2015 at 06:43:10PM +0000, David Turner wrote:
Some combination of dummy arguments, NOINLINE and -fno-full-laziness did indeed prevent it from sharing but this definitely seemed unsatisfactory. Particularly that -fno-full-laziness applies to the whole module which feels a bit heavyweight.
I would be very surprised if -fno-full-laziness did not fix the issue on its own. Do you have a simple example which I can reproduce myself that shows that it doesn't? Tom