This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Can data embed in the instruction stream ?


Andrew Haley wrote:
Some arches load constants with simple PC-relative memory reads, and these
typically have a range of only a fe kbytes from the PC. In large functions
we have to insert these into the function body and jump around them. See arm_reorg in gcc/config/arm/arm.c.

emmm... but what about IA-32 ? It seems that ia32 doesn't have this constraint...



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