
28 Aug
2011
28 Aug
'11
11:47 p.m.
On Sun, 28 Aug 2011 22:26:05 -0500, Antoine Latter
One problem you might be running in to is that the optimization passes can notice that a function isn't using all of its arguments, and then it won't pass them. These even applies if the arguments are bound together in a record type.
In this case I wouldn't be able to reproduce the problem with optimization disabled, no? Unfortunately, this is not the case; the problem persists even with -O0. - Ben