This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: more PIC


>Presumably consttable_4, consttable_8 and consttable_end are never called
>to expand RTL during initial rtl generation?  If they are, then this patch
>would be incorrect since you can not save global data like that.

Yes, I was concerned about that at first myself.  But I believe it's safe; the 
consttable_N insns are only called by dump_table() to generate the literal 
table.

>Also, do we have assignments for Scott and Pat?  This looks small enough that
>I can probably safely take it.  But it is borderline and if Scott and Pat
>make additional contributions we'll need copyright assignments from them.

I think there should be assignments on file for them already.  I'll check at 
gnu.org.

p.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]