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



law@upchuck.cygnus.com said:
> Presumably consttable_4, consttable_8 and consttable_end are never
> called to expand RTL during initial rtl generation?  

These are only ever called from MACHINE_DEPENDENT_REORG.  They are used to 
move the constant pool into fragments in the RTL where they can be reached 
by single pc-relative instructions (large functions used to need multiple 
instructions to load from the pool and tracking the offsets was somewhat 
error-prone).



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