On 24 Mar 2004, Eric W. Biederman wrote:
That is a major challenge. I have a back burner project to make romcc not inline all function calls. But until I do that I don't know of a good way to reduce the code size.
actually there is an easy way I tested way back that worked out ok.
You put the linuxbios_c payload BEFORE the auto.c-generated code. That really opens up the space. Requires some .lds hacking. I forget why I never committed it -- might have been an issue with mapping the ROM space. It may have been because we did not have the new config tool and it was too much work.
ron