On Wed, Oct 07, 2009 at 09:05:48PM -0700, Ian Lance Taylor wrote:
> Edd Barrett writes:
>
> > I would be really interested to know how GCC:
> > * Decides whether or not to embed tables in the data segment of the binary.
> > * Selects the comparisons in the above tree.
>
> The relevant code is
Edd Barrett writes:
> I would be really interested to know how GCC:
> * Decides whether or not to embed tables in the data segment of the binary.
> * Selects the comparisons in the above tree.
The relevant code is expand_case and friends in gcc/stmt.c. Where a
jump table should go is decided