This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: BB duplication code
On Thu, Aug 23, 2001 at 12:04:48AM +0100, Joern Rennecke wrote:
> This is target-dependent. Some targets just put the jump table in the text
> section because the linker can't handle cross-section differences, and
> they use differences (either always or for pic / PIC).
True, JUMP_TABLES_IN_TEXT_SECTION is an overestimate. However
it's fairly close to accurate. Certainly it doesn't miss any
cases for which pc-relative loads *are* used.
r~